diff options
author | nork <nork@FreeBSD.org> | 2004-02-05 05:24:00 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-02-05 05:24:00 +0000 |
commit | 401e9a5d38f0c8b7b04e96cda97f903dcbbc0c14 (patch) | |
tree | cdacc8ed12a621cb386ba8c9f47314effa3e18a5 /japanese | |
parent | 24cec5dd4eef9180b7a0c5fc5f9b1def507a0282 (diff) | |
download | FreeBSD-ports-401e9a5d38f0c8b7b04e96cda97f903dcbbc0c14.zip FreeBSD-ports-401e9a5d38f0c8b7b04e96cda97f903dcbbc0c14.tar.gz |
Add NO_{PACKAGE,CDROM} because Motoya Co.,Ltd does not permit
the redistribution of this font in any form. This should prevent
the bento's build from generating a bogus error.
PR: ports/62349
Submitted by: hrs
Pointed out by: bento via kris
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/motoya-ttfonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/motoya-ttfonts/Makefile b/japanese/motoya-ttfonts/Makefile index 0b45218..ebcdd46 100644 --- a/japanese/motoya-ttfonts/Makefile +++ b/japanese/motoya-ttfonts/Makefile @@ -22,7 +22,9 @@ COMMENT= Free Japanese TrueType fonts named 'MOTOYA' BUILD_DEPENDS+= lha:${PORTSDIR}/archivers/lha -RESTRICTED= Personal use only and some limitation. +RESTRICTED= Personal, non-profit, and evaluation purpose only +NO_CDROM= Redistribution not permitted in any form +NO_PACKAGE= Redistribution not permitted in any form USE_X_PREFIX= yes NO_BUILD= yes |