diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-20 16:33:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-20 16:33:20 +0800 |
commit | 15047a1c5012c4c54a647017aa8dec2370462737 (patch) | |
tree | b3062c3f26ac79ce0c04104f27d4b33a90bdb58e /x11/libXau | |
parent | 9f1806dfc6057fe89583e1fefc3e39c95b38a661 (diff) | |
download | freebsd-ports-gnome-15047a1c5012c4c54a647017aa8dec2370462737.tar.gz freebsd-ports-gnome-15047a1c5012c4c54a647017aa8dec2370462737.tar.zst freebsd-ports-gnome-15047a1c5012c4c54a647017aa8dec2370462737.zip |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11/libXau')
-rw-r--r-- | x11/libXau/Makefile | 3 | ||||
-rw-r--r-- | x11/libXau/pkg-descr | 2 |
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/ |