svn commit: r343390 - head/audio/espeak

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 8 21:19:56 UTC 2014


Author: ehaupt
Date: Sat Feb  8 21:19:56 2014
New Revision: 343390
URL: http://svnweb.freebsd.org/changeset/ports/343390
QAT: https://qat.redports.org/buildarchive/r343390/

Log:
  - Fully support staging (there were some ${STAGEDIR} statements but NO_STAGE
    was still defined)
  - also strip binaries and shared objects

Modified:
  head/audio/espeak/Makefile

Modified: head/audio/espeak/Makefile
==============================================================================
--- head/audio/espeak/Makefile	Sat Feb  8 21:15:28 2014	(r343389)
+++ head/audio/espeak/Makefile	Sat Feb  8 21:19:56 2014	(r343390)
@@ -33,7 +33,6 @@ MAKE_ENV+=	PTHREAD_CFLAGS="${PTHREAD_CFL
 
 CXXFLAGS+=	-I${LOCALBASE}/include
 USES=		gmake
-NO_STAGE=	yes
 USE_LDCONFIG=	yes
 USE_ZIP=	yes
 
@@ -66,5 +65,7 @@ post-patch:
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libespeak.so*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list