From dae2c0989033db71eaced1db6edfa37ec2a8e88b Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 2 Dec 2005 13:57:49 +0000 Subject: Fixed misspelled variables NO_SOURCE_ON_{FTP,CDROM}. --- misc/cuecat/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'misc/cuecat') diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index fe310d0d62f..d7d157453c2 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/12/02 13:57:49 rillig Exp $ # DISTNAME= cuecat-0.2.1 @@ -10,10 +10,11 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://opensource.lineo.com/cuecat/cuecat_driver/ COMMENT= Read and parse barcodes from your CueCat barcode reader -NO_SOURCE_ON_FTP= Hardware manufacturer claims intellectual property infringement. -NO_SOURCE_ON_CDROM= ${NO_SOURCE_ON_FTP} -NO_BIN_ON_FTP= ${NO_SOURCE_ON_FTP} -NO_BIN_ON_CDROM= ${NO_SOURCE_ON_FTP} +RESTRICTED= Hardware manufacturer claims intellectual property infringement. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} USE_TOOLS+= gmake -- cgit v1.2.3