diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-02 13:57:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-02 13:57:49 +0000 |
commit | 80e4c00ddcd9fc69d86c7dc6fd9c5a681a243fb8 (patch) | |
tree | d79ad96cf62ae24c68322982de82e5a180d7a8a0 /misc/cuecat | |
parent | 8bf422cbd927f9059b4f16cdf5c66c2252ffae52 (diff) | |
download | pkgsrc-80e4c00ddcd9fc69d86c7dc6fd9c5a681a243fb8.tar.gz |
Fixed misspelled variables NO_SOURCE_ON_{FTP,CDROM}.
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 |