Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:28:49 +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: r379759 - head/devel/pecl-svn
Message-ID:  <201502240628.t1O6SnFq013221@svn.freebsd.org>

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

Log:
  strip binary.

Modified:
  head/devel/pecl-svn/Makefile

Modified: head/devel/pecl-svn/Makefile
==============================================================================
--- head/devel/pecl-svn/Makefile	Tue Feb 24 06:19:46 2015	(r379758)
+++ head/devel/pecl-svn/Makefile	Tue Feb 24 06:28:48 2015	(r379759)
@@ -19,4 +19,7 @@ USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
+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?201502240628.t1O6SnFq013221>