aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-20 16:33:20 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-20 16:33:20 +0800
commit5ec1a2bc4144741358a8096cd3ed84ed9947a27e (patch)
treeb3062c3f26ac79ce0c04104f27d4b33a90bdb58e
parentc5bbc1bf90594f20ee63cc0a9c7ff596e83ece77 (diff)
downloadfreebsd-ports-5ec1a2bc4144741358a8096cd3ed84ed9947a27e.tar.gz
freebsd-ports-5ec1a2bc4144741358a8096cd3ed84ed9947a27e.tar.zst
freebsd-ports-5ec1a2bc4144741358a8096cd3ed84ed9947a27e.zip
- Add LICENSE
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=465074
-rw-r--r--x11/libXau/Makefile3
-rw-r--r--x11/libXau/pkg-descr2
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile
index 70de089b59c5..ad43b03683d8 100644
--- a/x11/libXau/Makefile
+++ b/x11/libXau/Makefile
@@ -9,6 +9,9 @@ CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Authentication Protocol library for X11
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
XORG_CAT= lib
USE_XORG= xproto:both
diff --git a/x11/libXau/pkg-descr b/x11/libXau/pkg-descr
index 39775c09a06a..14983e092826 100644
--- a/x11/libXau/pkg-descr
+++ b/x11/libXau/pkg-descr
@@ -1,3 +1,3 @@
This package contains a library for the Authorization Protocol for X11.
-WWW: http://www.freedesktop.org/Software/xlibs
+WWW: https://www.freedesktop.org/wiki/Software/xlibs/