diff options
Diffstat (limited to 'misc/watch')
-rw-r--r-- | misc/watch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/watch/Makefile b/misc/watch/Makefile index ca9c489b4e1..3dc7d0fab73 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:27 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2009/12/29 13:47:54 tron Exp $ DISTNAME= procps-3.2.6 PKGNAME= watch-3.2.6 @@ -8,6 +8,7 @@ MASTER_SITES= http://procps.sourceforge.net/ MAINTAINER= simonb@NetBSD.org COMMENT= Watch a program with update intervals +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |