svn commit: r370712 - head/audio/sidplay

Antoine Brodin antoine at FreeBSD.org
Sun Oct 12 14:12:31 UTC 2014


Author: antoine
Date: Sun Oct 12 14:12:30 2014
New Revision: 370712
URL: https://svnweb.freebsd.org/changeset/ports/370712
QAT: https://qat.redports.org/buildarchive/r370712/

Log:
  No need to use ${STRIP_CMD}, ${INSTALL_PROGRAM} already takes care of this

Modified:
  head/audio/sidplay/Makefile

Modified: head/audio/sidplay/Makefile
==============================================================================
--- head/audio/sidplay/Makefile	Sun Oct 12 14:01:30 2014	(r370711)
+++ head/audio/sidplay/Makefile	Sun Oct 12 14:12:30 2014	(r370712)
@@ -21,9 +21,4 @@ CONFIGURE_ARGS=	--with-sidplay-includes=
 		--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>


More information about the svn-ports-all mailing list