diff options
author | seb <seb@pkgsrc.org> | 2004-12-07 22:25:50 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-12-07 22:25:50 +0000 |
commit | 90dc13c424f0d29cd7956d94e258cc176eab72b7 (patch) | |
tree | 53f0a2375b6f609c6122e06f58efe50f797cd0d8 /www/apache2 | |
parent | 5e004ecf3bcb93504e50099449def12daaff4c40 (diff) | |
download | pkgsrc-90dc13c424f0d29cd7956d94e258cc176eab72b7.tar.gz |
Classes must be appended to SUBST_CLASSES.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 6 |
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" |