Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:15:19 +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: r379755 - head/devel/pecl-mcve
Message-ID:  <201502240615.t1O6FJBR007780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 06:15:19 2015
New Revision: 379755
URL: https://svnweb.freebsd.org/changeset/ports/379755
QAT: https://qat.redports.org/buildarchive/r379755/

Log:
  strip binary.

Modified:
  head/devel/pecl-mcve/Makefile

Modified: head/devel/pecl-mcve/Makefile
==============================================================================
--- head/devel/pecl-mcve/Makefile	Tue Feb 24 06:13:18 2015	(r379754)
+++ head/devel/pecl-mcve/Makefile	Tue Feb 24 06:15:19 2015	(r379755)
@@ -28,4 +28,7 @@ post-patch:
 	${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \
 		${WRKSRC}/config.m4
 
+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?201502240615.t1O6FJBR007780>