Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 05:58:14 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379749 - head/devel/pecl-bcompiler
Message-ID:  <201502240558.t1O5wEbd097651@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 05:58:13 2015
New Revision: 379749
URL: https://svnweb.freebsd.org/changeset/ports/379749
QAT: https://qat.redports.org/buildarchive/r379749/

Log:
  strip binary.

Modified:
  head/devel/pecl-bcompiler/Makefile

Modified: head/devel/pecl-bcompiler/Makefile
==============================================================================
--- head/devel/pecl-bcompiler/Makefile	Tue Feb 24 05:55:13 2015	(r379748)
+++ head/devel/pecl-bcompiler/Makefile	Tue Feb 24 05:58:13 2015	(r379749)
@@ -21,4 +21,7 @@ IGNORE_WITH_PHP=5
 
 CONFIGURE_ARGS=	--enable-bcompiler
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
 .include <bsd.port.mk>



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