Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:07: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: r379751 - head/devel/pecl-gearman
Message-ID:  <201502240607.t1O67EC8002757@svn.freebsd.org>

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

Log:
  strip binary.

Modified:
  head/devel/pecl-gearman/Makefile

Modified: head/devel/pecl-gearman/Makefile
==============================================================================
--- head/devel/pecl-gearman/Makefile	Tue Feb 24 06:00:17 2015	(r379750)
+++ head/devel/pecl-gearman/Makefile	Tue Feb 24 06:07:14 2015	(r379751)
@@ -21,4 +21,7 @@ PHP_MODNAME=	${PORTNAME}
 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?201502240607.t1O67EC8002757>