svn commit: r379759 - head/devel/pecl-svn

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 06:28:49 UTC 2015


Author: vanilla
Date: Tue Feb 24 06:28:48 2015
New Revision: 379759
URL: https://svnweb.freebsd.org/changeset/ports/379759
QAT: https://qat.redports.org/buildarchive/r379759/

Log:
  strip binary.

Modified:
  head/devel/pecl-svn/Makefile

Modified: head/devel/pecl-svn/Makefile
==============================================================================
--- head/devel/pecl-svn/Makefile	Tue Feb 24 06:19:46 2015	(r379758)
+++ head/devel/pecl-svn/Makefile	Tue Feb 24 06:28:48 2015	(r379759)
@@ -19,4 +19,7 @@ USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list