diff options
-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 |