diff options
author | feld <feld@FreeBSD.org> | 2014-02-21 09:13:06 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-02-21 09:13:06 +0800 |
commit | 5bbf404004e292a7e8ed2ab9cc9ea82e82332cb2 (patch) | |
tree | 537973ab8b6588792b6aedfc0f89b8c84c8df787 /sysutils | |
parent | 60919ba6b4277931ef2fa8aa8f35d165e7df92f6 (diff) | |
download | freebsd-ports-gnome-5bbf404004e292a7e8ed2ab9cc9ea82e82332cb2.tar.gz freebsd-ports-gnome-5bbf404004e292a7e8ed2ab9cc9ea82e82332cb2.tar.zst freebsd-ports-gnome-5bbf404004e292a7e8ed2ab9cc9ea82e82332cb2.zip |
License should really be "GPLv3"; portlint doesn't currently catch misspelled /
unknown licenses
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 4fdf6bf385dc..18ddf3d765dd 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring -LICENSE= GPLV3 +LICENSE= GPLv3 LICENSE_FILE= COPYING GNU_CONFIGURE= yes |