diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-11 09:03:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-11 09:03:36 +0000 |
commit | 2416ad315cd6a68c95a35eededc2a70ee8c3e513 (patch) | |
tree | 8e718ea655e6fc0b67de4d887f4956c7dff666f1 | |
parent | 0abca9a4bf66595b933d1413d25b1195ec169e77 (diff) |
Notes
-rw-r--r-- | x11/dri2proto/Makefile | 3 | ||||
-rw-r--r-- | x11/dri2proto/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile index dbefded77da1..f1926c196809 100644 --- a/x11/dri2proto/Makefile +++ b/x11/dri2proto/Makefile @@ -7,6 +7,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= DRI2 prototype headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11/dri2proto/pkg-descr b/x11/dri2proto/pkg-descr index 668bcfc97708..45df0d86fd59 100644 --- a/x11/dri2proto/pkg-descr +++ b/x11/dri2proto/pkg-descr @@ -1,3 +1,3 @@ This package contains X.Org DRI2 prototype headers. -WWW: http://www.freedesktop.org/wiki/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |