diff options
author | obache <obache> | 2012-08-14 09:00:09 +0000 |
---|---|---|
committer | obache <obache> | 2012-08-14 09:00:09 +0000 |
commit | b3e658065472914ce612a0869e2d33e8e3327369 (patch) | |
tree | 13bcd7c08ed1776c6b25a825be15674bdc297548 | |
parent | 50a40d29c5ca5dec09e3aaa3b8e4cff9558707d2 (diff) | |
download | pkgsrc-b3e658065472914ce612a0869e2d33e8e3327369.tar.gz |
Note RESTRICTED of binary packages.
LICENSE of generated TTF fonts is "ipafont AND open-font-license",
but OPEN FONT LICENSE version 1.1. section 5) require to distribute entirely
under the license.
-rw-r--r-- | fonts/ricty-ttf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile index daeb0e8a8f1..51b64c6567f 100644 --- a/fonts/ricty-ttf/Makefile +++ b/fonts/ricty-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/05/02 22:02:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/14 09:00:09 obache Exp $ # DISTNAME= yascentur-Ricty-3.2.0-0-gb9d8b9c.tar.gz @@ -21,6 +21,10 @@ BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge BUILD_DEPENDS+= migu-ttf-20111002:../../fonts/migu-ttf BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf +# LICESE of generated TTF fonts is "ipafont AND open-font-license", +# but OPEN FONT LICENSE version 1.1 section 5) require to distribute entirely +# under the license. +RESTRICTED= Redistribution not permitted as open-font-license 5) NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |