diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-23 20:08:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-23 20:08:23 +0000 |
commit | f5f304c3bc2b7bf6c7c3e7bfc86bb7b0ff47df4b (patch) | |
tree | d01bae1702b9429a6f611d33b527e3a448d76a0d /misc | |
parent | 0a795921cf4735aa6f8f30cf726b3887bdf179aa (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pecl-timezonedb/Makefile | 3 |
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> |