From e201752bc5d0d1e9730b22ded1829c5c57b22852 Mon Sep 17 00:00:00 2001 From: explorer Date: Tue, 29 Feb 2000 18:10:24 +0000 Subject: [PATCH] remove stray } --- www/php3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/php3/Makefile b/www/php3/Makefile index e9df7622a05f..6ea3565b699f 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 && \