svn commit: r379609 - head/graphics/IPA
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Feb 22 15:02:38 UTC 2015
Author: amdmi3
Date: Sun Feb 22 15:02:37 2015
New Revision: 379609
URL: https://svnweb.freebsd.org/changeset/ports/379609
QAT: https://qat.redports.org/buildarchive/r379609/
Log:
- Strip library
Modified:
head/graphics/IPA/Makefile
Modified: head/graphics/IPA/Makefile
==============================================================================
--- head/graphics/IPA/Makefile Sun Feb 22 14:50:25 2015 (r379608)
+++ head/graphics/IPA/Makefile Sun Feb 22 15:02:37 2015 (r379609)
@@ -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>
More information about the svn-ports-all
mailing list