- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
This commit is contained in:
parent
ab09ab3759
commit
0637ff72d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377360
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue