diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-07 16:33:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-07 16:33:08 +0800 |
commit | 96803fb354900447674c44b732089889ba59419e (patch) | |
tree | 7ec3d65def99d2cb46d937c74bac224abe1c7ef6 /x11 | |
parent | 37b293571d8844023156151aa3a7befba93ebec4 (diff) | |
download | freebsd-ports-gnome-96803fb354900447674c44b732089889ba59419e.tar.gz freebsd-ports-gnome-96803fb354900447674c44b732089889ba59419e.tar.zst freebsd-ports-gnome-96803fb354900447674c44b732089889ba59419e.zip |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bigreqsproto/Makefile | 3 | ||||
-rw-r--r-- | x11/bigreqsproto/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/bigreqsproto/Makefile b/x11/bigreqsproto/Makefile index 299229c9d855..9cbcc65bc342 100644 --- a/x11/bigreqsproto/Makefile +++ b/x11/bigreqsproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= BigReqs extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11/bigreqsproto/pkg-descr b/x11/bigreqsproto/pkg-descr index bf5a7b3c73fa..5698f674e24a 100644 --- a/x11/bigreqsproto/pkg-descr +++ b/x11/bigreqsproto/pkg-descr @@ -1 +1,3 @@ This package contains X.Org BigReqs extension headers. + +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |