===> Updating from SVN Updating '.': Na revisão 418082. ===> Generating patch ===> Viewing diff with more Index: Makefile =================================================================== --- Makefile (revisão 418082) +++ Makefile (cópia de trabalho) @@ -3,13 +3,16 @@ PORTNAME= Verilog-Perl PORTVERSION= 3.418 +PORTREVISION= 1 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= otacilio.neto@ee.ufcg.edu.br +MAINTAINER= otacilio.neto@bsd.com.br COMMENT= Building point for Verilog support in the Perl language +LICENSE= LGPL3 + BUILD_DEPENDS= flex>=2.5.35:textproc/flex USES= bison gmake perl5 @@ -22,6 +25,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Preproc/*.so regression-test: build make test -C ${WRKSRC} ====> Cleaning up ===> Done