diff options
-rw-r--r-- | x11/kbproto/Makefile | 3 | ||||
-rw-r--r-- | x11/kbproto/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/kbproto/Makefile b/x11/kbproto/Makefile index 7e68face722d..9d140499b055 100644 --- a/x11/kbproto/Makefile +++ b/x11/kbproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= KB extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11/kbproto/pkg-descr b/x11/kbproto/pkg-descr index b8e64b19ba52..3ed4b5277feb 100644 --- a/x11/kbproto/pkg-descr +++ b/x11/kbproto/pkg-descr @@ -1,3 +1,3 @@ This package contains X.Org KB extension headers. -WWW: http://www.freedesktop.org/wiki/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |