diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /emulators | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fmsx/Makefile | 4 | ||||
-rw-r--r-- | emulators/openmsx/Makefile | 4 | ||||
-rw-r--r-- | emulators/osf1_lib/Makefile | 4 | ||||
-rw-r--r-- | emulators/pearpc/Makefile | 4 | ||||
-rw-r--r-- | emulators/spim/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index c8458179ef1..1d346d1c5a3 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:35 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:08 rillig Exp $ DISTNAME= fMSX24.tar PKGNAME= fmsx-2.4 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.komkon.org/fms/fMSX/ COMMENT= MSX (Z80-based computer) emulator -RESTRICTED= "ROM image copyright is questionable" +RESTRICTED= ROM image copyright is questionable NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 7177baf665a..d750941726f 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:08 rillig Exp $ # DISTNAME= openmsx-0.5.2 @@ -27,7 +27,7 @@ SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-patch SUBST_FILES.prefix= build/custom.mk SUBST_SED.prefix= -e "s,/opt/openMSX,${PREFIX}/openmsx," -SUBST_MESSAGE.prefix= "Fixing installation directory." +SUBST_MESSAGE.prefix= Fixing installation directory. post-build: @( \ diff --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile index f481657ac9a..454874ba25a 100644 --- a/emulators/osf1_lib/Makefile +++ b/emulators/osf1_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/14 01:14:28 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:08 rillig Exp $ DISTNAME= netscape-4.7-3.alpha PKGNAME= osf1_lib-1.1 @@ -16,7 +16,7 @@ BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg ONLY_FOR_PLATFORM= NetBSD-*-alpha -RESTRICTED= "COMPAQ Licensed Software" +RESTRICTED= COMPAQ Licensed Software NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index b1782fe5bdf..f8ed7ba4727 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:02 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:08 rillig Exp $ DISTNAME= pearpc-0.4 PKGREVISION= 1 @@ -41,7 +41,7 @@ SUBST_CLASSES+= conf SUBST_STAGE.conf= post-patch SUBST_FILES.conf= ppccfg.example SUBST_SED.conf= -e "s|\"nvram\"|\"/tmp/nvram\"|" -SUBST_MESSAGE.conf= "Fixing configuration file." +SUBST_MESSAGE.conf= Fixing configuration file. .include "options.mk" diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 9c0e17b046c..b900754bc21 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/12 19:27:22 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/22 09:22:08 rillig Exp $ DISTNAME= spim-7.1 PKGREVISION= 2 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.wisc.edu/~larus/spim.html COMMENT= MIPS R2000 Simulator -RESTRICTED= "selling is not allowed" +RESTRICTED= selling is not allowed NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 11b209ad12d..03f7884a8f5 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2006/03/09 20:51:43 kristerw Exp $ +# $NetBSD: Makefile,v 1.145 2006/04/22 09:22:08 rillig Exp $ # DISTNAME= xmame-0.104 @@ -10,7 +10,7 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://x.mame.net/ COMMENT= X11 emulator for old arcade machines -RESTRICTED= "selling is not allowed" +RESTRICTED= selling is not allowed NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 1dcab235513..507fdfa70ce 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2006/03/09 20:51:13 kristerw Exp $ +# $NetBSD: Makefile,v 1.85 2006/04/22 09:22:08 rillig Exp $ # DISTNAME= xmame-0.104 @@ -11,7 +11,7 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://x.mame.net/ COMMENT= X11 emulator for old computers and console machines -RESTRICTED= "selling is not allowed" +RESTRICTED= selling is not allowed NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |