diff options
author | wiz <wiz> | 2012-08-14 09:13:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-08-14 09:13:17 +0000 |
commit | 6fde3931ecfda1fccf1bec7ff252f48a7338c407 (patch) | |
tree | cd58948a0c9426a3a16eca504e741b060144d63a | |
parent | 76e8dff872bd08a168cf5fe39dc98011403e4403 (diff) | |
download | pkgsrc-6fde3931ecfda1fccf1bec7ff252f48a7338c407.tar.gz |
Improve RESTRICTED.
-rw-r--r-- | fonts/ricty-ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile index 51b64c6567f..b24a82f41f7 100644 --- a/fonts/ricty-ttf/Makefile +++ b/fonts/ricty-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/08/14 09:00:09 obache Exp $ +# $NetBSD: Makefile,v 1.10 2012/08/14 09:13:17 wiz Exp $ # DISTNAME= yascentur-Ricty-3.2.0-0-gb9d8b9c.tar.gz @@ -24,7 +24,7 @@ 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) +RESTRICTED= Redistribution not permitted per open-font-license PERMISSION & CONDITIONS point 5 NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |