diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-17 21:05:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-17 21:05:23 +0800 |
commit | 176db4dadd9f654c0b232a182b5069cd0bca7149 (patch) | |
tree | 6a0ac4c00b90c1e442e34663803e222a6dac2fd2 | |
parent | 7d7e6824fe059381cbc14f2cfa5f7541d3d1c3b0 (diff) | |
download | freebsd-ports-gnome-176db4dadd9f654c0b232a182b5069cd0bca7149.tar.gz freebsd-ports-gnome-176db4dadd9f654c0b232a182b5069cd0bca7149.tar.zst freebsd-ports-gnome-176db4dadd9f654c0b232a182b5069cd0bca7149.zip |
- Strip shared library
- Bump PORTREVISION for package change
-rw-r--r-- | devel/p5-true/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-true/Makefile b/devel/p5-true/Makefile index 57448b160529..f256de536b7a 100644 --- a/devel/p5-true/Makefile +++ b/devel/p5-true/Makefile @@ -3,7 +3,7 @@ PORTNAME= true PORTVERSION= 0.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHOCOLATE @@ -23,4 +23,7 @@ RUN_DEPENDS= p5-B-Hooks-OP-Annotation>=0.43:${PORTSDIR}/devel/p5-B-Hooks-OP-Anno USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/true/true.so + .include <bsd.port.mk> |