aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-Gamin
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-13 13:21:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-13 13:21:36 +0000
commit8641451a7a5a155221ca3af490c2f3a2334ea43f (patch)
tree220a63659bec69028509809edcea0351d415dfc3 /sysutils/p5-Sys-Gamin
parent3e1f369ef517d825be113ad06cf2c18d3e2fd8f8 (diff)
downloadports-8641451a7a5a155221ca3af490c2f3a2334ea43f.tar.gz
ports-8641451a7a5a155221ca3af490c2f3a2334ea43f.zip
- Strip library
Notes
Notes: svn path=/head/; revision=381184
Diffstat (limited to 'sysutils/p5-Sys-Gamin')
-rw-r--r--sysutils/p5-Sys-Gamin/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/p5-Sys-Gamin/Makefile b/sysutils/p5-Sys-Gamin/Makefile
index b118b322c3c5..e56b7aeda5af 100644
--- a/sysutils/p5-Sys-Gamin/Makefile
+++ b/sysutils/p5-Sys-Gamin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Sys-Gamin
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,4 +22,9 @@ pre-configure:
${PERL} -pi -e 's/^monitor$$/gamin-monitor/' ${WRKSRC}/MANIFEST
${MV} ${WRKSRC}/monitor ${WRKSRC}/gamin-monitor
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Gamin/Gamin.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Gamin/Gamin.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Gamin/Gamin.so
+
.include <bsd.port.mk>