diff options
author | tron <tron@pkgsrc.org> | 2009-12-29 13:47:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-12-29 13:47:54 +0000 |
commit | 6316959a91b3fc567a2a64d16467ed788f8660c4 (patch) | |
tree | ec7ae4d568b70153cab1b376cb627e1c02940980 /misc/watch | |
parent | c4005f1e400fc4dae60ddf42eb9c45ede954b1aa (diff) | |
download | pkgsrc-6316959a91b3fc567a2a64d16467ed788f8660c4.tar.gz |
Set license to "gnu-gpl-v2".
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 |