aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-23 20:08:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-23 20:08:23 +0000
commitf5f304c3bc2b7bf6c7c3e7bfc86bb7b0ff47df4b (patch)
treed01bae1702b9429a6f611d33b527e3a448d76a0d /misc
parent0a795921cf4735aa6f8f30cf726b3887bdf179aa (diff)
downloadports-f5f304c3bc2b7bf6c7c3e7bfc86bb7b0ff47df4b.tar.gz
ports-f5f304c3bc2b7bf6c7c3e7bfc86bb7b0ff47df4b.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/pecl-timezonedb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile
index cb257ad634ce..b209fe00fd90 100644
--- a/misc/pecl-timezonedb/Makefile
+++ b/misc/pecl-timezonedb/Makefile
@@ -18,4 +18,7 @@ CONFIGURE_ARGS= --enable-timezonedb
USE_PHP= yes
USE_PHPEXT= yes
+post-build:
+ @${STRIP_CMD} ${WRKSRC}/modules/${PORTNAME}.so
+
.include <bsd.port.mk>