pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/cuecat Fixed misspelled variables NO_SOURCE_ON_{F...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e4deb02f677
branches: trunk
changeset: 503956:8e4deb02f677
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Dec 02 13:57:49 2005 +0000
description:
Fixed misspelled variables NO_SOURCE_ON_{FTP,CDROM}.
diffstat:
misc/cuecat/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 00a75347af08 -r 8e4deb02f677 misc/cuecat/Makefile
--- a/misc/cuecat/Makefile Fri Dec 02 13:52:31 2005 +0000
+++ b/misc/cuecat/Makefile Fri Dec 02 13:57:49 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index