Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 20:08:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337288 - head/misc/pecl-timezonedb
Message-ID:  <201312232008.rBNK8N0X022658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312232008.rBNK8N0X022658>