aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libshout
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-10-02 23:31:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-10-02 23:31:31 +0800
commitf27aca27807ae53d0dc441a2db8c37187bd90e09 (patch)
tree8b947ba2b049763b841d9acbbab9b8948be50bde /audio/libshout
parenta8345e2f41d135bdba3570012a1c9ad39183ff52 (diff)
downloadfreebsd-ports-gnome-f27aca27807ae53d0dc441a2db8c37187bd90e09.tar.gz
freebsd-ports-gnome-f27aca27807ae53d0dc441a2db8c37187bd90e09.tar.zst
freebsd-ports-gnome-f27aca27807ae53d0dc441a2db8c37187bd90e09.zip
- Use INSTALL_TARGET=install-strip
Diffstat (limited to 'audio/libshout')
-rw-r--r--audio/libshout/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile
index 3475a0a979ce..2c15843442a7 100644
--- a/audio/libshout/Makefile
+++ b/audio/libshout/Makefile
@@ -21,6 +21,7 @@ CONFLICTS= libshout2-[0-9]*
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig
@@ -32,7 +33,4 @@ post-patch:
@${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in
@${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/net/sock.c
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libshout.so.3.2.0
-
.include <bsd.port.mk>