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 | 4836eba4a6532a2c4c22cc295371d8fa2763ba4c (patch) | |
tree | e5becaa0858dad590483be8dd8b736e8c0e573ae /x11/xterm | |
parent | 6cf7a0241757f4378320f8516582d77b852ba779 (diff) | |
download | pkgsrc-4836eba4a6532a2c4c22cc295371d8fa2763ba4c.tar.gz |
According to Thomas E. Dickey, the best-fitting license we have is "x11".
Make it so.
Diffstat (limited to 'x11/xterm')
-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 |