diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-21 16:33:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-21 16:33:23 +0800 |
commit | 6dac2542b2d0ea1a24ad925fca72ecf0303e2c71 (patch) | |
tree | 5add6108a29570ce3c71e58d8de779fd1e02431c /x11 | |
parent | 781f17f83b06177e7fb30a417bbf3551e554cdce (diff) | |
download | freebsd-ports-gnome-6dac2542b2d0ea1a24ad925fca72ecf0303e2c71.tar.gz freebsd-ports-gnome-6dac2542b2d0ea1a24ad925fca72ecf0303e2c71.tar.zst freebsd-ports-gnome-6dac2542b2d0ea1a24ad925fca72ecf0303e2c71.zip |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xextproto/Makefile | 3 | ||||
-rw-r--r-- | x11/xextproto/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 52708ad808ee..6097dd6d5cf8 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XExt extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs diff --git a/x11/xextproto/pkg-descr b/x11/xextproto/pkg-descr index 237adba33dfd..47f0e64eb2b2 100644 --- a/x11/xextproto/pkg-descr +++ b/x11/xextproto/pkg-descr @@ -1,3 +1,3 @@ This package contains X.Org XExt extension headers. -WWW: http://www.freedesktop.org/wiki/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |