diff options
-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> |