diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-11 18:40:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-11 18:40:05 +0000 |
commit | e1fdbc6fb92aba6a396d7081eb0460c43244a6cf (patch) | |
tree | e5becaa0858dad590483be8dd8b736e8c0e573ae | |
parent | bff5d781bc1f876ae86c62494fdd00c6eede12be (diff) | |
download | pkgsrc-e1fdbc6fb92aba6a396d7081eb0460c43244a6cf.tar.gz |
According to Thomas E. Dickey, the best-fitting license we have is "x11".
Make it so.
-rw-r--r-- | x11/xterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 260822bc404..2bcd5fd50d8 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2013/07/11 11:44:07 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2013/07/11 18:40:05 wiz Exp $ DISTNAME= xterm-296 PKGREVISION= 1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dickey.his.com/xterm/xterm.html COMMENT= Latest terminal emulator for the X Window System +LICENSE= x11 GNU_CONFIGURE= yes USE_TOOLS+= tbl pkg-config |