diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
commit | a2f949adf927715e989d2c88c259db4b3721ad70 (patch) | |
tree | b5a9abb0790d5444ad5e55a6a860def6e5222560 /lang/php55 | |
parent | b4442114c2e33c10fc3645b16f3e1257bd2f45b7 (diff) | |
download | pkgsrc-a2f949adf927715e989d2c88c259db4b3721ad70.tar.gz |
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index d325c5f1d15..9610ef86d10 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/07/11 00:30:11 taca Exp $ +# $NetBSD: Makefile,v 1.23 2015/09/07 12:02:05 jperkin Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -33,7 +33,6 @@ MAKE_ENV+= INSTALL_ROOT=${DESTDIR} CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC .endif - CONF_FILES= ${EGDIR}/php.ini-production ${PKG_SYSCONFDIR}/php.ini PLIST_SUBST+= PHPEXTDIR="${PHP_EXTENSION_DIR}" @@ -48,11 +47,6 @@ SUBST_SED.path+= -e 's,@PREFIX@,${PREFIX},g' INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php -# Make sure modules can link correctly -.if ${OPSYS} == "Darwin" -INSTALL_UNSTRIPPED= yes -.endif - post-extract: cd ${WRKSRC} && \ ${FIND} . -xdev -type f -name '*.orig' -exec ${RM} -f {} \; |