- Use INSTALL_TARGET=install-strip instead of STRIP_CMD

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-20 11:46:13 +00:00
parent 2b66929719
commit 15e813001a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377505

View File

@ -13,10 +13,8 @@ COMMENT= Extract data from InstallShield CAB files
LICENSE= MIT
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool pathfix
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunshield.so.0.0.0
.include <bsd.port.mk>