diff options
-rw-r--r-- | lang/php5/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index bb2a9d60029..d131c2c92e0 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2007/09/03 11:48:44 tron Exp $ +# $NetBSD: Makefile,v 1.59 2007/09/04 22:12:23 jdolecek Exp $ PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang HOMEPAGE= http://www.php.net/ @@ -43,6 +43,11 @@ SUBST_STAGE.cgi= pre-configure SUBST_FILES.cgi= configure SUBST_SED.cgi= -e 's,@CGIDIR@,${CGIDIR},g' +# Make sure modules can link correctly +.if ${OPSYS} == "Darwin" +INSTALL_UNSTRIPPED= yes +.endif + pre-install: ${INSTALL_DATA_DIR} ${DESTDIR:Q}${CGIDIR:Q} |