1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Strip shared library in post-install:

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-06-18 15:52:50 +00:00
parent 8a4e1d5ab9
commit 000a88cbf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358281

View File

@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pathfix pkgconfig libtool
USES= libtool pathfix pkgconfig
.include <bsd.port.options.mk>
@ -35,7 +35,7 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
.endif
post-build:
@${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfishsound.so.1.3.0
.include <bsd.port.mk>