From 2ad4d12e386336d154eec9fb189205553a570e5e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 28 May 2015 18:14:49 +0000 Subject: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 --- textproc/p5-Text-ASCIITable/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile index 343a22423cc6..af6f655499d4 100644 --- a/textproc/p5-Text-ASCIITable/Makefile +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-ASCIITable PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ COMMENT= Create a nice formatted table using ASCII characters LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ansi-example.pl USE_PERL5= modbuild +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES -- cgit