diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-08 17:38:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-08 17:38:38 +0800 |
commit | 4df10d48123819eba0ddcdd9b44003ae46221582 (patch) | |
tree | dbe0a136a2c36f2cb804fde9e50aa8df95182eb5 /x11 | |
parent | 1437d2d2c1bab3ed0d1cb716332dbd6f79858aa1 (diff) | |
download | freebsd-ports-gnome-4df10d48123819eba0ddcdd9b44003ae46221582.tar.gz freebsd-ports-gnome-4df10d48123819eba0ddcdd9b44003ae46221582.tar.zst freebsd-ports-gnome-4df10d48123819eba0ddcdd9b44003ae46221582.zip |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxkbcommon/Makefile | 1 | ||||
-rw-r--r-- | x11/libxkbcommon/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 577662653625..4258e18c8477 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Keymap handling library for toolkits and window systems LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE XORG_CAT= lib USES= gmake bison tar:xz diff --git a/x11/libxkbcommon/pkg-descr b/x11/libxkbcommon/pkg-descr index f66c51d356f0..6457bacaba95 100644 --- a/x11/libxkbcommon/pkg-descr +++ b/x11/libxkbcommon/pkg-descr @@ -2,4 +2,4 @@ xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications -WWW: http://xkbcommon.org/ +WWW: https://xkbcommon.org/ |