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 | cc72dd9951741e47bf0bfd56e8853ee39bc3b50a (patch) | |
tree | be3577bf04fd6d957bd3fbf3cc3f3c43ab6dbbc6 /sysutils | |
parent | e6d2d54c027231624ad313e64817a5832eabe196 (diff) | |
download | pkgsrc-cc72dd9951741e47bf0bfd56e8853ee39bc3b50a.tar.gz |
Monit switched to GPLv3.
Diffstat (limited to 'sysutils')
-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 |