diff options
author | bapt <bapt@FreeBSD.org> | 2011-09-20 16:23:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-09-20 16:23:03 +0800 |
commit | 3eb037a1ce75f6f5db2710011db2d9f312bbda24 (patch) | |
tree | cb0d427f75c4ddff55a6509aff0965861784498b /x11/iceauth | |
parent | 8a268ebf6ae3cbfd2d6d23acf0dd373fa509a0f1 (diff) | |
download | freebsd-ports-gnome-3eb037a1ce75f6f5db2710011db2d9f312bbda24.tar.gz freebsd-ports-gnome-3eb037a1ce75f6f5db2710011db2d9f312bbda24.tar.zst freebsd-ports-gnome-3eb037a1ce75f6f5db2710011db2d9f312bbda24.zip |
Change license from X11 to MIT we do not have x11 in the database and x11 is a MIT license:
MIT license / X11 license (from bsd.license.db.mk)
Diffstat (limited to 'x11/iceauth')
-rw-r--r-- | x11/iceauth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile index e60079d9e312..bb51bc5f5094 100644 --- a/x11/iceauth/Makefile +++ b/x11/iceauth/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= ICE authority file utility for X -LICENSE= x11 +LICENSE= MIT XORG_CAT= app USE_XORG= xproto ice |