diff options
author | tron <tron@pkgsrc.org> | 2002-11-18 10:40:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-18 10:40:12 +0000 |
commit | 68ab4a719ed50c013a2b9205d8f7385831b5b88d (patch) | |
tree | 3d4472dcd45b763552076467c96c70ec5edfb76e /www/apache | |
parent | faef62d0af4d68079a2ebb631100f31d29a7a566 (diff) | |
download | pkgsrc-68ab4a719ed50c013a2b9205d8f7385831b5b88d.tar.gz |
Fix glitch in last commit.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index fdb9d6db47f..81459c1ab9a 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2002/11/18 10:36:35 tron Exp $ +# $NetBSD: Makefile,v 1.115 2002/11/18 10:40:12 tron Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -189,7 +189,7 @@ post-install: done ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/httpd/htdocs ${CHMOD} ${NONBINMODE} ${PREFIX}/libexec/cgi-bin/printenv \ - ${NONBINMODE} ${PREFIX}/libexec/cgi-bin/test-cgi + ${PREFIX}/libexec/cgi-bin/test-cgi .include "../../devel/libmm/buildlink2.mk" .include "../../textproc/expat/buildlink2.mk" |