1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Strip shared library

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-05 15:48:56 +00:00
parent 4eeeb52ac2
commit 3b937326c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342730

View File

@ -16,4 +16,7 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool pathfix
post-build:
@${STRIP_CMD} ${WRKSRC}/lib/.libs/libunshield.so.0.0.0
.include <bsd.port.mk>