Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-11-06 11:36:37 +00:00
parent 05329fd250
commit ff05ade0e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554278

View file

@ -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>