diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-06 08:02:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-06 08:02:38 +0800 |
commit | d4d28cb2bae69fd42f2adbeaf355b1ec338fe0f4 (patch) | |
tree | c82fc2c0e3b282ac6315ee24e189afd00a441409 /devel | |
parent | ffe0c3434bdc38287a01fa0f60c9535f6f93ed3a (diff) | |
download | freebsd-ports-gnome-d4d28cb2bae69fd42f2adbeaf355b1ec338fe0f4.tar.gz freebsd-ports-gnome-d4d28cb2bae69fd42f2adbeaf355b1ec338fe0f4.tar.zst freebsd-ports-gnome-d4d28cb2bae69fd42f2adbeaf355b1ec338fe0f4.zip |
Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-constant-lexical/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-constant-lexical/Makefile b/devel/p5-constant-lexical/Makefile index 99fecdfb28e3..ab9a8919895f 100644 --- a/devel/p5-constant-lexical/Makefile +++ b/devel/p5-constant-lexical/Makefile @@ -3,6 +3,7 @@ PORTNAME= constant-lexical PORTVERSION= 2.0003 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN/constant CPAN MASTER_SITE_SUBDIR= CPAN:SPROUT @@ -21,4 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/constant/lexical/lexical.so + .include <bsd.port.mk> |