summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-21 04:10:17 +0000
committerjlam <jlam>2005-05-21 04:10:17 +0000
commit238ec521bd38eb82c2336dbdd45076ead470e679 (patch)
tree11ff742379fef639c652a8c2c7c8c1de53e583ee /www/apache2
parent9402c4cf8218a8a0ad9645ea52630cc92a152cd6 (diff)
downloadpkgsrc-238ec521bd38eb82c2336dbdd45076ead470e679.tar.gz
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 68196d29221..1efe245961e 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2005/05/21 03:49:52 reed Exp $
+# $NetBSD: Makefile,v 1.75 2005/05/21 04:10:18 jlam Exp $
.include "Makefile.common"
@@ -99,10 +99,10 @@ SUBST_SED.apr-lt= -e "s|^\(LIBTOOL =\) [^ ]*|\1 \$$(SHELL) \$$(top_builddir)/lib
SUBST_MESSAGE.apr-lt= "Fixing libtool references."
SUBST_CLASSES+= confs
-SUBST_STAGE.confs= post-install
-SUBST_FILES.confs= ${EGDIR}/highperformance-std.conf \
- ${EGDIR}/httpd-std.conf \
- ${EGDIR}/ssl-std.conf
+SUBST_STAGE.confs= post-configure
+SUBST_FILES.confs= docs/conf/highperformance-std.conf \
+ docs/conf/httpd-std.conf \
+ docs/conf/ssl-std.conf
SUBST_SED.confs= -e "s|${EGDIR}|${PKG_SYSCONFDIR}|g" \
-e "s|${PREFIX}/htdocs|${PREFIX}/share/httpd/htdocs|g" \
-e "s|${PREFIX}/conf|${PKG_SYSCONFDIR}|g" \