diff options
author | tron <tron@pkgsrc.org> | 2009-10-30 12:02:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-10-30 12:02:46 +0000 |
commit | 9dec920bc333cf0b63d422f497a2a7f7bc228443 (patch) | |
tree | 1526a30571b993d61c7dec00043b1c763395abfe /misc | |
parent | f79f1c01630620abac7967c8f103a35527ebfd3f (diff) | |
download | pkgsrc-9dec920bc333cf0b63d422f497a2a7f7bc228443.tar.gz |
Set license to "gnu-gpl-v2".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/screen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index d0427db9832..40b048af287 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2009/03/05 09:59:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.80 2009/10/30 12:02:46 tron Exp $ DISTNAME= screen-4.0.3 PKGREVISION= 2 @@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.gnu.org/software/screen/screen.html COMMENT= Multi-screen window manager +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |