summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorseb <seb>2004-12-07 22:25:50 +0000
committerseb <seb>2004-12-07 22:25:50 +0000
commitab045bfb27fc017d5188a8b7f7e0f2d09f9151a9 (patch)
tree53f0a2375b6f609c6122e06f58efe50f797cd0d8 /www
parent69f26493cc3855c6693dcd02bb5bba85fbc81b58 (diff)
downloadpkgsrc-ab045bfb27fc017d5188a8b7f7e0f2d09f9151a9.tar.gz
Classes must be appended to SUBST_CLASSES.
Diffstat (limited to 'www')
-rw-r--r--www/apache2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 500c060f6a9..58c9c40bb41 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2004/11/30 23:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.60 2004/12/07 22:25:50 seb Exp $
.include "Makefile.common"
@@ -87,13 +87,13 @@ OWN_DIRS+= ${VARBASE}/db/httpd
OWN_DIRS_PERMS+= ${VARBASE}/db/httpd/proxy ${APACHE_USER} ${APACHE_GROUP} 0755
FIX_PERMS= apachectl apxs dbmmanage envvars-std
-SUBST_CLASSES= paths
+SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= config.layout
SUBST_SED.paths= -e "s|@PREFIX@|${PREFIX}|g"
SUBST_MESSAGE.paths= "Fixing paths."
-SUBST_CLASSES= apr-lt
+SUBST_CLASSES+= apr-lt
SUBST_STAGE.apr-lt= post-configure
SUBST_FILES.apr-lt= build/config_vars.mk
SUBST_SED.apr-lt= -e "s|^\(LIBTOOL =\) [^ ]*|\1 \$$(SHELL) \$$(top_builddir)/libtool|g"