aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-16 14:27:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-16 14:27:33 +0000
commit849084cfa7126fe6bb344c2c3e36407e53c76479 (patch)
treea01effe350174691249f8081ffbc5e74cd7887fd /textproc/p5-XML-LibXML
parent374a08834aa1904f80ef890d57ef86d413e3b08c (diff)
downloadports-849084cfa7126fe6bb344c2c3e36407e53c76479.tar.gz
ports-849084cfa7126fe6bb344c2c3e36407e53c76479.zip
Notes
Diffstat (limited to 'textproc/p5-XML-LibXML')
-rw-r--r--textproc/p5-XML-LibXML/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index f545fe403da7..5529f82fbd82 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -29,7 +29,9 @@ PKGDEINSTALL= ${PKGINSTALL}
CONFLICTS= p5-XML-LibXML-XPathContext-[0-9]* p5-XML-LibXML-Common-[0-9]*
-post-stage:
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so
.include <bsd.port.mk>