Date: Fri, 25 Jun 2021 13:47:12 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3ad097e53965 - main - www/p5-HTML-Table: Add NO_ARCH Message-ID: <202106251347.15PDlCEn089297@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ad097e5396585079129569488863c649bd96669 commit 3ad097e5396585079129569488863c649bd96669 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:41:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:41:08 +0000 www/p5-HTML-Table: Add NO_ARCH --- www/p5-HTML-Table/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile index c6aa996cba63..733e868a76ee 100644 --- a/www/p5-HTML-Table/Makefile +++ b/www/p5-HTML-Table/Makefile @@ -13,11 +13,13 @@ COMMENT= Generate HTML tables for CGI scripts LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -PORTSCOUT= skipv:2.08 - USES= perl5 USE_PERL5= configure +NO_ARCH= yes + +PORTSCOUT= skipv:2.08 + post-extract: @${REINPLACE_CMD} -e 's|2.08a|2.08_1|' ${WRKSRC}/lib/HTML/Table.pm ${RM} ${WRKSRC}/lib/HTML/Table.pm.bak
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251347.15PDlCEn089297>