diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-21 22:27:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-21 22:27:51 +0800 |
commit | 27c87f71808d900ded02dde436af62e1cb118e0a (patch) | |
tree | 16b99cc292634854bf7081f705e901c00d1e5ea5 /sysutils/monit | |
parent | e9be93a3d8360976727def53ea4ee68835f23db4 (diff) | |
download | freebsd-ports-gnome-27c87f71808d900ded02dde436af62e1cb118e0a.tar.gz freebsd-ports-gnome-27c87f71808d900ded02dde436af62e1cb118e0a.tar.zst freebsd-ports-gnome-27c87f71808d900ded02dde436af62e1cb118e0a.zip |
- Fix LICENSE_FILE
Pointed out by: mat, ache
Diffstat (limited to 'sysutils/monit')
-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 18ddf3d765dd..3a2f1969ee54 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -10,7 +10,7 @@ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring LICENSE= GPLv3 -LICENSE_FILE= COPYING +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= bison gmake |