summaryrefslogtreecommitdiff
path: root/www/php3
diff options
context:
space:
mode:
authorexplorer <explorer>2000-02-29 18:10:24 +0000
committerexplorer <explorer>2000-02-29 18:10:24 +0000
commitd06b5f99b9c7adf59339cc0bc7c286d0c1a3f7ca (patch)
treeb5b328b108f9adaaeacda225b0cc56122a7fde54 /www/php3
parent5bfa272dfa67181f4a9013d87e53e60485f86e17 (diff)
downloadpkgsrc-d06b5f99b9c7adf59339cc0bc7c286d0c1a3f7ca.tar.gz
remove stray }
Diffstat (limited to 'www/php3')
-rw-r--r--www/php3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile
index e9df7622a05..6ea3565b699 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/02/28 02:02:20 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.10 2000/02/29 18:10:24 explorer Exp $
#
DISTNAME= php-${PHP_VERSION}
@@ -49,7 +49,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/php ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/convertor/convertor \
${PREFIX}/bin/php2convert
- if [ ! -d ${PREFIX}/libexec/cgi-bin} ]; then \
+ if [ ! -d ${PREFIX}/libexec/cgi-bin ]; then \
${MKDIR} ${PREFIX}/libexec/cgi-bin ; fi
${LN} -sf ${PREFIX}/bin/php ${PREFIX}/libexec/cgi-bin/php
cd ${WRKSRC}/dbase && \