diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 12:59:55 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 13:42:42 +0800 |
commit | e41928fb7ad251b0c32034b154eaf834f052cf3c (patch) | |
tree | cd3d3c48b8ecb510b6de409586edfa6e7836df86 /net-mgmt/p5-MRTG-Parse | |
parent | db9319e7cb43ae460c35d1e5d9b4383444763558 (diff) | |
download | freebsd-ports-gnome-e41928fb7ad251b0c32034b154eaf834f052cf3c.tar.gz freebsd-ports-gnome-e41928fb7ad251b0c32034b154eaf834f052cf3c.tar.zst freebsd-ports-gnome-e41928fb7ad251b0c32034b154eaf834f052cf3c.zip |
net-mgmt/p5-MRTG-Parse: Cosmetic change
Diffstat (limited to 'net-mgmt/p5-MRTG-Parse')
-rw-r--r-- | net-mgmt/p5-MRTG-Parse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/p5-MRTG-Parse/Makefile b/net-mgmt/p5-MRTG-Parse/Makefile index b44dbb353dae..9e371759fc8e 100644 --- a/net-mgmt/p5-MRTG-Parse/Makefile +++ b/net-mgmt/p5-MRTG-Parse/Makefile @@ -13,8 +13,9 @@ COMMENT= Parsing and utilizing logfiles generated by MRTG Tool LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |