- Use INSTALL_TARGET=install-strip instead of STRIP_CMD

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-18 22:48:14 +00:00
parent ab09ab3759
commit 0637ff72d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377360

View file

@ -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>