diff options
author | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
commit | a02c89bda9d5e9dee1db9ae2d94e9f4eb1b7746b (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /sysutils/ipw-firmware | |
parent | 0ada12bc8fc62e823ba4ada58764c4cf3d8b93da (diff) | |
download | pkgsrc-a02c89bda9d5e9dee1db9ae2d94e9f4eb1b7746b.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'sysutils/ipw-firmware')
-rw-r--r-- | sysutils/ipw-firmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ipw-firmware/Makefile b/sysutils/ipw-firmware/Makefile index 6a816f7dae7..58203a1d435 100644 --- a/sysutils/ipw-firmware/Makefile +++ b/sysutils/ipw-firmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/01 22:58:42 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/22 09:22:15 rillig Exp $ DISTNAME= ipw2100-fw-1.2 PKGNAME= ipw-firmware-1.0 @@ -14,7 +14,7 @@ LICENSE= intel-ipw-license WRKSRC= ${WRKDIR} -RESTRICTED= "Intel Licensed Software: see http://ipw2100.sourceforge.net/firmware.php?fid=3" +RESTRICTED= Intel Licensed Software: see http://ipw2100.sourceforge.net/firmware.php?fid=3 NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} |