diff options
author | wiz <wiz> | 2001-02-15 14:08:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-15 14:08:13 +0000 |
commit | c28bfba2f8ed581fdbf744b45837ded30641519a (patch) | |
tree | 79ca4bd60e3ef106c3290b9f43ad3d61bd1b86b9 /misc | |
parent | 8cdaeb0b8b54863dbcbe7237c8142518001fcce7 (diff) | |
download | pkgsrc-c28bfba2f8ed581fdbf744b45837ded30641519a.tar.gz |
Fix pasto (NO_BIN_ON_CDROM either)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cuecat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index 2fd5b3e1626..e56523041ec 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/13 13:55:42 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/15 14:08:13 wiz Exp $ # DISTNAME= cuecat-0.2.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://opensource.lineo.com/cuecat/cuecat_driver/ 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_FTP= ${NO_SOURCE_ON_FTP} +NO_BIN_ON_CDROM= ${NO_SOURCE_ON_FTP} USE_GMAKE= yes |