Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:30:34 +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: r379760 - head/devel/pecl-spread
Message-ID:  <201502240630.t1O6UYcr013621@svn.freebsd.org>

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

Log:
  strip binary.

Modified:
  head/devel/pecl-spread/Makefile

Modified: head/devel/pecl-spread/Makefile
==============================================================================
--- head/devel/pecl-spread/Makefile	Tue Feb 24 06:28:48 2015	(r379759)
+++ head/devel/pecl-spread/Makefile	Tue Feb 24 06:30:34 2015	(r379760)
@@ -24,4 +24,7 @@ DEFAULT_VERSIONS+=	php=53
 
 CONFIGURE_ARGS+=	--with-spread=${LOCALBASE}
 
+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?201502240630.t1O6UYcr013621>