diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-29 09:07:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-29 09:07:19 +0000 |
commit | 019f8cbd42709e56e0a4e614a1b285237decab21 (patch) | |
tree | 0756fa6417ed0bb3277df662421508a1b8d8a446 /x11-fonts | |
parent | c9d2c4b709da5ddbe903b6352a19be27b5197f31 (diff) |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=473536
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontcacheproto/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/fontcacheproto/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/fontcacheproto/Makefile b/x11-fonts/fontcacheproto/Makefile index e0075d15ce71..b6e2f99f0aef 100644 --- a/x11-fonts/fontcacheproto/Makefile +++ b/x11-fonts/fontcacheproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= Fontcache extension headers +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11-fonts/fontcacheproto/pkg-descr b/x11-fonts/fontcacheproto/pkg-descr index dca0a39a8121..e168bb607399 100644 --- a/x11-fonts/fontcacheproto/pkg-descr +++ b/x11-fonts/fontcacheproto/pkg-descr @@ -1,3 +1,3 @@ This package contains X.Org Fontcache extension headers. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |