aboutsummaryrefslogtreecommitdiffstats
path: root/misc/pecl-timezonedb/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-24 04:08:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-24 04:08:23 +0800
commit63a478d48f18119acdbbf19e1c364660242dc6c4 (patch)
treed01bae1702b9429a6f611d33b527e3a448d76a0d /misc/pecl-timezonedb/Makefile
parentab69adbf682f95255f658c35fe6b9c6df293b1b6 (diff)
downloadfreebsd-ports-gnome-63a478d48f18119acdbbf19e1c364660242dc6c4.tar.gz
freebsd-ports-gnome-63a478d48f18119acdbbf19e1c364660242dc6c4.tar.zst
freebsd-ports-gnome-63a478d48f18119acdbbf19e1c364660242dc6c4.zip
- Strip shared library
Diffstat (limited to 'misc/pecl-timezonedb/Makefile')
-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>