Index: head/x11/libxkbcommon/Makefile =================================================================== --- head/x11/libxkbcommon/Makefile (revision 481529) +++ head/x11/libxkbcommon/Makefile (revision 481530) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= libxkbcommon PORTVERSION= 0.8.0 CATEGORIES= x11 MASTER_SITES= http://xkbcommon.org/download/ 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 USE_XORG= xcb INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-doxygen \ --with-default-rules="xorg" \ --with-x-locale-root=${PREFIX}/lib/X11/locale \ --disable-wayland .include Index: head/x11/libxkbcommon/pkg-descr =================================================================== --- head/x11/libxkbcommon/pkg-descr (revision 481529) +++ head/x11/libxkbcommon/pkg-descr (revision 481530) @@ -1,5 +1,5 @@ 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/