diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-27 16:33:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-27 16:33:00 +0800 |
commit | 24880aa3c19ec53e2e3f6dd2ce26f3fc3a863c87 (patch) | |
tree | 6bae507dd628e1ad37951bd142d4e0525bbcb0ba /x11-fonts/xf86bigfontproto | |
parent | 5ef8b8ece2beb7fff1eef3af432f130dd5983448 (diff) | |
download | freebsd-ports-gnome-24880aa3c19ec53e2e3f6dd2ce26f3fc3a863c87.tar.gz freebsd-ports-gnome-24880aa3c19ec53e2e3f6dd2ce26f3fc3a863c87.tar.zst freebsd-ports-gnome-24880aa3c19ec53e2e3f6dd2ce26f3fc3a863c87.zip |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11-fonts/xf86bigfontproto')
-rw-r--r-- | x11-fonts/xf86bigfontproto/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/xf86bigfontproto/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/xf86bigfontproto/Makefile b/x11-fonts/xf86bigfontproto/Makefile index 7ac176973507..440353870991 100644 --- a/x11-fonts/xf86bigfontproto/Makefile +++ b/x11-fonts/xf86bigfontproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-Bigfont extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11-fonts/xf86bigfontproto/pkg-descr b/x11-fonts/xf86bigfontproto/pkg-descr index 39729a190855..c2d38744b1bb 100644 --- a/x11-fonts/xf86bigfontproto/pkg-descr +++ b/x11-fonts/xf86bigfontproto/pkg-descr @@ -1,3 +1,3 @@ This package contains X.Org XFree86-Bigfont extension headers. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |