aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Tea_JS
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-13 13:21:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-13 13:21:22 +0000
commit6921b9abdc17d33d9607088c3fe9c3bd0fd9c969 (patch)
tree923b8371e7609677b5c9298b207a2be8617af84d /security/p5-Crypt-Tea_JS
parentb3837dac404c312e0a545c97b6c2f870d70d385c (diff)
downloadports-6921b9abdc17d33d9607088c3fe9c3bd0fd9c969.tar.gz
ports-6921b9abdc17d33d9607088c3fe9c3bd0fd9c969.zip
Notes
Diffstat (limited to 'security/p5-Crypt-Tea_JS')
-rw-r--r--security/p5-Crypt-Tea_JS/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Crypt-Tea_JS/Makefile b/security/p5-Crypt-Tea_JS/Makefile
index 253af99bde2c..f693044aee2b 100644
--- a/security/p5-Crypt-Tea_JS/Makefile
+++ b/security/p5-Crypt-Tea_JS/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Crypt-Tea_JS
PORTVERSION= 2.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,6 +21,9 @@ PORTEXAMPLES= tea_demo.cgi
PORTDATA= Tea_JS.js
post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Tea_JS/Tea_JS.so
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/Tea_JS.js ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}