aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Compiler-Lexer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Compiler-Lexer/Makefile')
-rw-r--r--devel/p5-Compiler-Lexer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Compiler-Lexer/Makefile b/devel/p5-Compiler-Lexer/Makefile
index d4ca1eec6d3b..0240cdff4eb7 100644
--- a/devel/p5-Compiler-Lexer/Makefile
+++ b/devel/p5-Compiler-Lexer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Compiler-Lexer
PORTVERSION= 0.19
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,6 +20,6 @@ USES= perl5
USE_PERL5= modbuild
post-install:
- ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Compiler/Lexer/Lexer.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compiler/Lexer/Lexer.so
.include <bsd.port.mk>