Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 14:12:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370712 - head/audio/sidplay
Message-ID:  <201410121412.s9CECVpV075641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121412.s9CECVpV075641>