aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Starlink-AST/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/p5-Starlink-AST/Makefile')
-rw-r--r--astro/p5-Starlink-AST/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/p5-Starlink-AST/Makefile b/astro/p5-Starlink-AST/Makefile
index d853ff20f6d0..e4bbf22fe712 100644
--- a/astro/p5-Starlink-AST/Makefile
+++ b/astro/p5-Starlink-AST/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Starlink-AST
PORTVERSION= 1.04
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TJENNESS
@@ -20,7 +21,6 @@ USES= perl5
USE_PERL5= modbuild
post-stage:
- ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Starlink/AST/AST.so
- ${RM} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Starlink/AST/AST.bs
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Starlink/AST/AST.so
.include <bsd.port.mk>