svn commit: r337288 - head/misc/pecl-timezonedb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 23 20:08:24 UTC 2013


Author: sunpoet
Date: Mon Dec 23 20:08:23 2013
New Revision: 337288
URL: http://svnweb.freebsd.org/changeset/ports/337288

Log:
  - Strip shared library

Modified:
  head/misc/pecl-timezonedb/Makefile

Modified: head/misc/pecl-timezonedb/Makefile
==============================================================================
--- head/misc/pecl-timezonedb/Makefile	Mon Dec 23 20:04:25 2013	(r337287)
+++ head/misc/pecl-timezonedb/Makefile	Mon Dec 23 20:08:23 2013	(r337288)
@@ -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>


More information about the svn-ports-head mailing list