diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-21 04:10:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-21 04:10:17 +0000 |
commit | f35b224a5078b2d5edd32939a3659616f6b6b1a2 (patch) | |
tree | 11ff742379fef639c652a8c2c7c8c1de53e583ee /www/apache2 | |
parent | 566435a644fa9664f84a53e9b16d87d9127b5fb5 (diff) | |
download | pkgsrc-f35b224a5078b2d5edd32939a3659616f6b6b1a2.tar.gz |
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 10 |
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" \ |