svn commit: r377360 - head/audio/libfishsound

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 18 22:48:16 UTC 2015


Author: sunpoet
Date: Sun Jan 18 22:48:14 2015
New Revision: 377360
URL: https://svnweb.freebsd.org/changeset/ports/377360
QAT: https://qat.redports.org/buildarchive/r377360/

Log:
  - Use INSTALL_TARGET=install-strip instead of STRIP_CMD

Modified:
  head/audio/libfishsound/Makefile

Modified: head/audio/libfishsound/Makefile
==============================================================================
--- head/audio/libfishsound/Makefile	Sun Jan 18 22:48:08 2015	(r377359)
+++ head/audio/libfishsound/Makefile	Sun Jan 18 22:48:14 2015	(r377360)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audi
 OPTIONS_DEFINE=	DOCS DOXYGEN
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool pathfix pkgconfig
 
@@ -35,7 +36,4 @@ post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
 .endif
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfishsound.so.1.3.0
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list