Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:16:15 +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: r379756 - head/devel/pecl-operator
Message-ID:  <201502240616.t1O6GFGS007989@svn.freebsd.org>

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

Log:
  strip binary.

Modified:
  head/devel/pecl-operator/Makefile

Modified: head/devel/pecl-operator/Makefile
==============================================================================
--- head/devel/pecl-operator/Makefile	Tue Feb 24 06:15:19 2015	(r379755)
+++ head/devel/pecl-operator/Makefile	Tue Feb 24 06:16:14 2015	(r379756)
@@ -22,4 +22,7 @@ PHP_MODNAME=	${PORTNAME}
 post-extract::
 	@${CAT} ${PKGMESSAGE}
 
+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?201502240616.t1O6GFGS007989>