pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache2 The htdocs directory is under ${PREFIX}, s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b3cb4c0ab22
branches:  trunk
changeset: 498337:4b3cb4c0ab22
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 20 03:36:25 2005 +0000

description:
The htdocs directory is under ${PREFIX}, so use REQD_DIRS instead of
MAKE_DIRS.  This causes the htdocs directory to be conditionally
removed every time, regardless of the value of PKG_CONFIG.  Bump the
PKGREVISION to 3.

diffstat:

 www/apache2/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r e97131e68eb4 -r 4b3cb4c0ab22 www/apache2/Makefile
--- a/www/apache2/Makefile      Sat Aug 20 02:45:05 2005 +0000
+++ b/www/apache2/Makefile      Sat Aug 20 03:36:25 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.78 2005/08/19 18:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.79 2005/08/20 03:36:25 jlam Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       apache-${APACHE_VERSION}
 CATEGORIES=    www
-PKGREVISION=   2
+PKGREVISION=   3
 
 HOMEPAGE=      http://httpd.apache.org/
 COMMENT=       Apache HTTP (Web) server, version 2
@@ -79,8 +79,8 @@
 CONF_FILES+=           ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
 RCD_SCRIPTS=           apache
 
-MAKE_DIRS=             ${PREFIX}/share/httpd
-MAKE_DIRS+=            ${PREFIX}/share/httpd/htdocs
+REQD_DIRS=             ${PREFIX}/share/httpd
+REQD_DIRS+=            ${PREFIX}/share/httpd/htdocs
 OWN_DIRS=              ${VARBASE}/log/httpd
 OWN_DIRS+=             ${VARBASE}/db/httpd
 OWN_DIRS_PERMS+=       ${VARBASE}/db/httpd/proxy ${APACHE_USER} ${APACHE_GROUP} 0755



Home | Main Index | Thread Index | Old Index