summaryrefslogtreecommitdiff
path: root/lang/php55/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php55/Makefile')
-rw-r--r--lang/php55/Makefile8
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 {} \;