summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-12 14:12:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-12 14:12:30 +0000
commit6f954a75cd18d6276d24d331955077d310bd75a4 (patch)
treeba44859397db0029a27755a94b5c8f1579fe163c /audio
parenta89da25e7711422e7633e810d8eaa81e7bccb133 (diff)
downloadfreebsd-ports-6f954a75cd18d6276d24d331955077d310bd75a4.zip
No need to use ${STRIP_CMD}, ${INSTALL_PROGRAM} already takes care of this
Diffstat (limited to 'audio')
-rw-r--r--audio/sidplay/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
index ce7eb4064640..e90ce07554e9 100644
--- a/audio/sidplay/Makefile
+++ b/audio/sidplay/Makefile
@@ -21,9 +21,4 @@ CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \
--with-sidplay-library=${LOCALBASE}/lib
PLIST_FILES= bin/sid2wav bin/sidcon bin/sidplay
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sidplay \
- ${STAGEDIR}${PREFIX}/bin/sid2wav \
- ${STAGEDIR}${PREFIX}/bin/sidcon
-
.include <bsd.port.mk>