svn commit: r419887 - head/audio/sidplayer
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Aug 8 19:05:01 UTC 2016
Author: ehaupt
Date: Mon Aug 8 19:04:59 2016
New Revision: 419887
URL: https://svnweb.freebsd.org/changeset/ports/419887
Log:
Strip binary
Modified:
head/audio/sidplayer/Makefile
Modified: head/audio/sidplayer/Makefile
==============================================================================
--- head/audio/sidplayer/Makefile Mon Aug 8 19:04:25 2016 (r419886)
+++ head/audio/sidplayer/Makefile Mon Aug 8 19:04:59 2016 (r419887)
@@ -3,7 +3,7 @@
PORTNAME= sidplayer
PORTVERSION= 4.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://sidplayer.cebix.net/downloads/ \
LOCAL/ehaupt
@@ -32,4 +32,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR}
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list