diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-06 18:14:36 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-06 18:14:36 +0000 |
commit | 3e0da334b015f3379b7f9d9993d8dd65871e9b80 (patch) | |
tree | be3577bf04fd6d957bd3fbf3cc3f3c43ab6dbbc6 /sysutils/monit | |
parent | ef39f2b37a3034a907c637987f2645ba6ca64ee0 (diff) | |
download | pkgsrc-3e0da334b015f3379b7f9d9993d8dd65871e9b80.tar.gz |
Monit switched to GPLv3.
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index f5170e35f90..d54fced5526 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/12/15 16:41:50 seb Exp $ +# $NetBSD: Makefile,v 1.3 2008/01/06 18:14:36 heinz Exp $ # DISTNAME= monit-4.10.1 @@ -9,6 +9,8 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://www.tildeslash.com/monit/ COMMENT= Utility for monitoring processes, files, directories and devices +#LICENSE= gnu-gpl-v3 + PKG_DESTDIR_SUPPORT= user-destdir # no platform specific code yet |