Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:00:18 +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: r379750 - head/devel/pecl-expect
Message-ID:  <201502240600.t1O60Ife098158@svn.freebsd.org>

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

Log:
  strip binary.

Modified:
  head/devel/pecl-expect/Makefile

Modified: head/devel/pecl-expect/Makefile
==============================================================================
--- head/devel/pecl-expect/Makefile	Tue Feb 24 05:58:13 2015	(r379749)
+++ head/devel/pecl-expect/Makefile	Tue Feb 24 06:00:17 2015	(r379750)
@@ -22,4 +22,7 @@ USE_PHPEXT=	yes
 CFLAGS+=	-I${TCL_INCLUDEDIR}
 CONFIGURE_ARGS+=--with-expect=${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?201502240600.t1O60Ife098158>