diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-24 19:12:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-24 19:12:09 +0800 |
commit | 57d4f7dc636401d0813f3b28c6f8e23c2e7b0802 (patch) | |
tree | 6485ac88358f12c9c06dffe5aa2e54b2a53603dd /textproc | |
parent | cad8527e158f8272308a02376b674818b7a180cc (diff) | |
download | freebsd-ports-gnome-57d4f7dc636401d0813f3b28c6f8e23c2e7b0802.tar.gz freebsd-ports-gnome-57d4f7dc636401d0813f3b28c6f8e23c2e7b0802.tar.zst freebsd-ports-gnome-57d4f7dc636401d0813f3b28c6f8e23c2e7b0802.zip |
Cosmetic change
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Table-Tiny/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-Table-Tiny/Makefile b/textproc/p5-Text-Table-Tiny/Makefile index fd173f29bfbc..b4c21ea5bca7 100644 --- a/textproc/p5-Text-Table-Tiny/Makefile +++ b/textproc/p5-Text-Table-Tiny/Makefile @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |