- Strip library

This commit is contained in:
Dmitry Marakasov 2015-02-22 15:02:37 +00:00
parent 2a628ae13f
commit ccfa2ea9f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379609

View file

@ -18,4 +18,9 @@ USE_PERL5= configure
INSTALL_TARGET= pure_install
MAKE_JOBS_UNSAFE= yes
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
.include <bsd.port.mk>