svn commit: r386551 - head/audio/snack
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 16 15:49:23 UTC 2015
Author: amdmi3
Date: Sat May 16 15:49:22 2015
New Revision: 386551
URL: https://svnweb.freebsd.org/changeset/ports/386551
Log:
- Strip libraries
Modified:
head/audio/snack/Makefile
Modified: head/audio/snack/Makefile
==============================================================================
--- head/audio/snack/Makefile Sat May 16 15:48:53 2015 (r386550)
+++ head/audio/snack/Makefile Sat May 16 15:49:22 2015 (r386551)
@@ -3,7 +3,7 @@
PORTNAME= snack
PORTVERSION= 2.2.10
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio tcl tk
MASTER_SITES= http://www.speech.kth.se/snack/dist/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -36,6 +36,7 @@ ALL_TARGET= all libsnackogg.so
.endif
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/snack${PORTVERSION:R}/*.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list