svn commit: r379757 - head/devel/pecl-params

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 06:17:14 UTC 2015


Author: vanilla
Date: Tue Feb 24 06:17:13 2015
New Revision: 379757
URL: https://svnweb.freebsd.org/changeset/ports/379757
QAT: https://qat.redports.org/buildarchive/r379757/

Log:
  strip binary.

Modified:
  head/devel/pecl-params/Makefile

Modified: head/devel/pecl-params/Makefile
==============================================================================
--- head/devel/pecl-params/Makefile	Tue Feb 24 06:16:14 2015	(r379756)
+++ head/devel/pecl-params/Makefile	Tue Feb 24 06:17:13 2015	(r379757)
@@ -18,4 +18,7 @@ USE_PHPEXT=	yes
 
 CONFIGURE_ARGS=	--enable-params
 
+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