diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-01 16:33:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-01 16:33:02 +0800 |
commit | cdb321e3f05042dc20ba9db260ec1d8ee20f51a3 (patch) | |
tree | 3aaa1cbf0057b35ae2a3a623c058e01435728012 /x11 | |
parent | 64bc579849e5d6bcd3fa4e4d69c7a7a9342793d1 (diff) | |
download | freebsd-ports-gnome-cdb321e3f05042dc20ba9db260ec1d8ee20f51a3.tar.gz freebsd-ports-gnome-cdb321e3f05042dc20ba9db260ec1d8ee20f51a3.tar.zst freebsd-ports-gnome-cdb321e3f05042dc20ba9db260ec1d8ee20f51a3.zip |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcmiscproto/Makefile | 3 | ||||
-rw-r--r-- | x11/xcmiscproto/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile index 73b3e5e4b709..d4f24698d9df 100644 --- a/x11/xcmiscproto/Makefile +++ b/x11/xcmiscproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XCMisc extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto diff --git a/x11/xcmiscproto/pkg-descr b/x11/xcmiscproto/pkg-descr index 77202a272594..4fe39d0034d8 100644 --- a/x11/xcmiscproto/pkg-descr +++ b/x11/xcmiscproto/pkg-descr @@ -1,3 +1,3 @@ This package contains X.Org XCMisc extension headers. -WWW: http://www.freedesktop.org/wiki/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |