diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-19 06:48:14 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-19 06:48:14 +0800 |
commit | 0637ff72d003b28a2be05f49da0eb09f607bcfff (patch) | |
tree | c9385dc118227b1d24cafd150a0f6c5bbe16e5cb /audio | |
parent | ab09ab37596f9cbc075202b09037707f904e1bb1 (diff) | |
download | freebsd-ports-gnome-0637ff72d003b28a2be05f49da0eb09f607bcfff.tar.gz freebsd-ports-gnome-0637ff72d003b28a2be05f49da0eb09f607bcfff.tar.zst freebsd-ports-gnome-0637ff72d003b28a2be05f49da0eb09f607bcfff.zip |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libfishsound/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index 1e2e2ef731b2..4b1774734c52 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> |