From 15ab860cc3371e99d5d81d168236637a818b0ee8 Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 20 Jul 2000 13:30:59 +0000 Subject: Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the appropriate variables instead. --- japanese/king/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'japanese') 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 -- cgit v1.2.3