diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-14 16:38:15 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-14 16:38:15 +0000 |
commit | acca51b3f421c6cc79e7553d93980cadd5f67ecf (patch) | |
tree | 8670282aef4a96a49dc190d9cce71e522750309b /fonts | |
parent | 2af0efcc53950d7ec55e165da8b5a8ced40550e0 (diff) | |
download | pkgsrc-acca51b3f421c6cc79e7553d93980cadd5f67ecf.tar.gz |
mention license constraints
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/vera-ttf/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fonts/vera-ttf/Makefile b/fonts/vera-ttf/Makefile index 342561a2ead..41edf44663e 100644 --- a/fonts/vera-ttf/Makefile +++ b/fonts/vera-ttf/Makefile @@ -1,6 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2015/08/17 17:59:57 leot Exp $ +# $NetBSD: Makefile,v 1.18 2015/09/14 16:38:15 tnn Exp $ # +# The "vera-ttf" package must always contain unmodified TTF files according +# to the terms of the license. +# If you need to alter the TTF files you must import the package under a +# different name that does not include the words "Vera" or Bitstream". + DISTNAME= ttf-bitstream-vera-1.10 PKGNAME= vera-ttf-1.10 PKGREVISION= 5 |