summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-18 22:48:14 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-01-18 22:48:14 +0000
commit289109f673faf255ff6312740692d77ebe167e56 (patch)
treec9385dc118227b1d24cafd150a0f6c5bbe16e5cb
parent13806ab283f94d815559f1b79d84748afd69c662 (diff)
downloadFreeBSD-ports-289109f673faf255ff6312740692d77ebe167e56.zip
FreeBSD-ports-289109f673faf255ff6312740692d77ebe167e56.tar.gz
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
-rw-r--r--audio/libfishsound/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index 1e2e2ef..4b17747 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
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>
OpenPOWER on IntegriCloud