aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-16 14:27:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-16 14:27:37 +0000
commit65e4b9f24a6e97765cd7fdeb18d916a5ccafe9ed (patch)
tree53303b8cf8ac3d9003395a0faca0e2c321476c7b
parent849084cfa7126fe6bb344c2c3e36407e53c76479 (diff)
downloadports-65e4b9f24a6e97765cd7fdeb18d916a5ccafe9ed.tar.gz
ports-65e4b9f24a6e97765cd7fdeb18d916a5ccafe9ed.zip
Notes
-rw-r--r--textproc/p5-XML-LibXSLT/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile
index 650bce5c42c4..c3d7a25534b4 100644
--- a/textproc/p5-XML-LibXSLT/Makefile
+++ b/textproc/p5-XML-LibXSLT/Makefile
@@ -3,6 +3,7 @@
PORTNAME= XML-LibXSLT
PORTVERSION= 1.94
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,4 +21,9 @@ USES= perl5 pkgconfig
USE_GNOME= libxml2 libxslt
USE_PERL5= configure
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so
+
.include <bsd.port.mk>