From 9fc2d7d28106475bc308a209655b44e662911609 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 22 Apr 2006 09:22:05 +0000 Subject: Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*. --- misc/molden/Makefile | 4 ++-- misc/visual-regexp/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/molden/Makefile b/misc/molden/Makefile index 641d82767af..7a32fbc2f51 100644 --- a/misc/molden/Makefile +++ b/misc/molden/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/05 23:10:12 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:11 rillig Exp $ DISTNAME= molden4.2 PKGNAME= ${DISTNAME:S/molden/&-/} @@ -21,7 +21,7 @@ USE_LANGUAGES= fortran INTERACTIVE_STAGE= fetch LICENSE= molden-license -RESTRICTED= "Redistributing Molden by unregistered user is prohibited." +RESTRICTED= Redistributing Molden by unregistered user is prohibited. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} diff --git a/misc/visual-regexp/Makefile b/misc/visual-regexp/Makefile index 969f7e0c26a..21de3a79011 100644 --- a/misc/visual-regexp/Makefile +++ b/misc/visual-regexp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/09 19:19:00 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:11 rillig Exp $ # DISTNAME= visual_regexp-3.0 @@ -14,13 +14,13 @@ NO_BUILD= yes USE_TOOLS+= wish:run SUBST_CLASSES+= wish -SUBST_MESSAGE.wish= "Fixing a hardcoded command." +SUBST_MESSAGE.wish= Fixing a hardcoded command. SUBST_STAGE.wish= pre-configure SUBST_FILES.wish= visual_regexp.tcl SUBST_SED.wish= -e 's,wish8.3,${WISH},g' SUBST_CLASSES+= command -SUBST_MESSAGE.command= "Fixing command names." +SUBST_MESSAGE.command= Fixing command names. SUBST_STAGE.command= pre-configure SUBST_FILES.command= visual_regexp.tcl SUBST_SED.command= -e 's,tkregexp,visual_regexp,g' -- cgit v1.2.3