svn commit: r379753 - head/devel/pecl-htscanner

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 06:11:30 UTC 2015


Author: vanilla
Date: Tue Feb 24 06:11:29 2015
New Revision: 379753
URL: https://svnweb.freebsd.org/changeset/ports/379753
QAT: https://qat.redports.org/buildarchive/r379753/

Log:
  strip binary.

Modified:
  head/devel/pecl-htscanner/Makefile

Modified: head/devel/pecl-htscanner/Makefile
==============================================================================
--- head/devel/pecl-htscanner/Makefile	Tue Feb 24 06:09:38 2015	(r379752)
+++ head/devel/pecl-htscanner/Makefile	Tue Feb 24 06:11:29 2015	(r379753)
@@ -19,4 +19,7 @@ USE_PHPEXT=	yes
 
 CONFIGURE_ARGS=	--enable-htscanner
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list