diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 02:14:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 02:14:49 +0800 |
commit | 2ad4d12e386336d154eec9fb189205553a570e5e (patch) | |
tree | d6b851c2043d2672d07f85a720699c6f707a9846 | |
parent | bf0d2e7d037794289102dcaa443fe0b391f507d8 (diff) | |
download | freebsd-ports-gnome-2ad4d12e386336d154eec9fb189205553a570e5e.tar.gz freebsd-ports-gnome-2ad4d12e386336d154eec9fb189205553a570e5e.tar.zst freebsd-ports-gnome-2ad4d12e386336d154eec9fb189205553a570e5e.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |