diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-17 21:03:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-17 21:03:41 +0800 |
commit | e064590ef6566e0e3d3240f4880af9792f3fdbe6 (patch) | |
tree | d640320a4c6f8f01ab3297b099f1782d2ec7112d /astro | |
parent | 9ce052920f31c2afec979507056069e9f2afaab5 (diff) | |
download | freebsd-ports-gnome-e064590ef6566e0e3d3240f4880af9792f3fdbe6.tar.gz freebsd-ports-gnome-e064590ef6566e0e3d3240f4880af9792f3fdbe6.tar.zst freebsd-ports-gnome-e064590ef6566e0e3d3240f4880af9792f3fdbe6.zip |
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-PAL/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/p5-Astro-PAL/Makefile b/astro/p5-Astro-PAL/Makefile index f0aa8992f9e6..4b17ca3022f3 100644 --- a/astro/p5-Astro-PAL/Makefile +++ b/astro/p5-Astro-PAL/Makefile @@ -3,7 +3,7 @@ PORTNAME= Astro-PAL PORTVERSION= 1.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +18,7 @@ TEST_DEPENDS= p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta USE_PERL5= modbuild USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/PAL/PAL.so + .include <bsd.port.mk> |