diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-02 09:03:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-02 09:03:55 +0000 |
commit | 03a8a8c158b151255dffa4cba061147581e31900 (patch) | |
tree | ccd2c0701730fbcec74c6df0049211847505ccb9 /x11-fonts | |
parent | 62579a3eee9c6742d85f0aeaf0ee12820d81c852 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontsproto/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/fontsproto/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/fontsproto/Makefile b/x11-fonts/fontsproto/Makefile index 4b52a2fd7389..12abbda2354e 100644 --- a/x11-fonts/fontsproto/Makefile +++ b/x11-fonts/fontsproto/Makefile @@ -9,6 +9,9 @@ CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= Fonts extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11-fonts/fontsproto/pkg-descr b/x11-fonts/fontsproto/pkg-descr index a738a333f806..495c40d30c3b 100644 --- a/x11-fonts/fontsproto/pkg-descr +++ b/x11-fonts/fontsproto/pkg-descr @@ -1,3 +1,3 @@ This package contains X.Org fontsproto protocol headers. -WWW: https://www.x.org/ +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |