summaryrefslogtreecommitdiff
path: root/lang/php54/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php54/Makefile')
-rw-r--r--lang/php54/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile
index 8c8159c902b..d7446a7ed85 100644
--- a/lang/php54/Makefile
+++ b/lang/php54/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/07/11 00:29:17 taca Exp $
+# $NetBSD: Makefile,v 1.31 2015/09/07 12:02:05 jperkin Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -41,11 +41,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 {} \;