diff options
Diffstat (limited to 'cad/p5-Verilog-Perl/Makefile')
-rw-r--r-- | cad/p5-Verilog-Perl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile index 2d119981ccda..2d7115e4b5d5 100644 --- a/cad/p5-Verilog-Perl/Makefile +++ b/cad/p5-Verilog-Perl/Makefile @@ -3,6 +3,7 @@ PORTNAME= Verilog-Perl PORTVERSION= 3.404 +PORTREVISION= 1 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,7 +23,7 @@ CONFIGURE_ENV= CXX=${CXX}\ .include <bsd.port.pre.mk> post-install: - ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Verilog/Parser/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so regression-test: build make test -C ${WRKSRC} |