summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-06 11:36:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-06 11:36:37 +0000
commitff05ade0e89a5ad9bf05e1f110f2ebe845300841 (patch)
tree110ceae64d5f40d5e15dc3390c5fdb341f361d71
parentUpdate to 2.7.1 (diff)
Strip shared library
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=554278
-rw-r--r--sysutils/p5-Fuse/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/p5-Fuse/Makefile b/sysutils/p5-Fuse/Makefile
index 984cbc55f159..610f757d9c0e 100644
--- a/sysutils/p5-Fuse/Makefile
+++ b/sysutils/p5-Fuse/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Fuse
PORTVERSION= 0.16.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DPATES
@@ -14,9 +14,12 @@ COMMENT= Write filesystems in Perl using FUSE
LICENSE= LGPL21
-PORTSCOUT= limit:^[0-9\.]*$$
-
USES= perl5 fuse pkgconfig
USE_PERL5= configure
+PORTSCOUT= limit:^[0-9\.]*$$
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Fuse/Fuse.so
+
.include <bsd.port.mk>