aboutsummaryrefslogtreecommitdiff
path: root/audio/sidplayer
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 19:04:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 19:04:59 +0000
commit04a693b8c5a0b793cee4a7f2b1ad7ad649bec193 (patch)
tree39e9bff2b33c10733ea42bb48e7a174c615b4884 /audio/sidplayer
parentef954a8a5f4c2e82c73be5c7fe3a0c89320224bb (diff)
downloadports-04a693b8c5a0b793cee4a7f2b1ad7ad649bec193.tar.gz
ports-04a693b8c5a0b793cee4a7f2b1ad7ad649bec193.zip
Strip binary
Notes
Notes: svn path=/head/; revision=419887
Diffstat (limited to 'audio/sidplayer')
-rw-r--r--audio/sidplayer/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/sidplayer/Makefile b/audio/sidplayer/Makefile
index d2b228d20b3e..65cb7c22e566 100644
--- a/audio/sidplayer/Makefile
+++ b/audio/sidplayer/Makefile
@@ -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>