mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- 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
@ -20,6 +20,7 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
|||||||
OPTIONS_DEFINE= DOCS DOXYGEN
|
OPTIONS_DEFINE= DOCS DOXYGEN
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= libtool pathfix pkgconfig
|
USES= libtool pathfix pkgconfig
|
||||||
|
|
||||||
@ -35,7 +36,4 @@ post-patch:
|
|||||||
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
|
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfishsound.so.1.3.0
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user