svn commit: r390092 - head/audio/xmms-nas
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 19 00:31:00 UTC 2015
Author: amdmi3
Date: Fri Jun 19 00:30:59 2015
New Revision: 390092
URL: https://svnweb.freebsd.org/changeset/ports/390092
Log:
- Strip library
Modified:
head/audio/xmms-nas/Makefile
Modified: head/audio/xmms-nas/Makefile
==============================================================================
--- head/audio/xmms-nas/Makefile Fri Jun 19 00:29:45 2015 (r390091)
+++ head/audio/xmms-nas/Makefile Fri Jun 19 00:30:59 2015 (r390092)
@@ -3,7 +3,7 @@
PORTNAME= xmms-nas
PORTVERSION= 0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/
@@ -21,4 +21,7 @@ CONFIGURE_ARGS= --disable-static
PLIST_FILES= lib/xmms/Output/libnas.so
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Output/libnas.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list