diff options
author | rh <rh@pkgsrc.org> | 2000-07-20 13:30:59 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-20 13:30:59 +0000 |
commit | 15ab860cc3371e99d5d81d168236637a818b0ee8 (patch) | |
tree | 044b6843fa3a3412ac560247f90a9969d932aacf /japanese | |
parent | be656b61f36e7fd7405774577a0ac65a87b2fad4 (diff) | |
download | pkgsrc-15ab860cc3371e99d5d81d168236637a818b0ee8.tar.gz |
Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/king/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/king/Makefile b/japanese/king/Makefile index ae1dc4bd1d5..a1309f725f7 100644 --- a/japanese/king/Makefile +++ b/japanese/king/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/15 11:30:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/20 13:31:00 rh Exp $ # DISTNAME= king-1.00-tb40-1 @@ -10,9 +10,11 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.ibm.co.jp/software/internet/king/ -RESTRICTED= "You should buy from IBM Corp" -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} +RESTRICTED= "A commercial licence needs to be purchased from IBM Corp" +NO_BIN_ON_CDROM=${RESTRICTED} +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} MIRROR_DISTFILE=no KINGDISTDIR?= /cdrom/linux |