summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>2002-11-18 10:40:12 +0000
committertron <tron>2002-11-18 10:40:12 +0000
commitbeadc3dffa80570bfba55b135d69a9e31ed4cb78 (patch)
tree3d4472dcd45b763552076467c96c70ec5edfb76e /www
parent71fbd25150f94d3d4bc228dfa10b41fefed012d4 (diff)
downloadpkgsrc-beadc3dffa80570bfba55b135d69a9e31ed4cb78.tar.gz
Fix glitch in last commit.
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile4
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"