summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
committerrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
commit9fc2d7d28106475bc308a209655b44e662911609 (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /misc
parent1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff)
downloadpkgsrc-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 'misc')
-rw-r--r--misc/molden/Makefile4
-rw-r--r--misc/visual-regexp/Makefile6
2 files changed, 5 insertions, 5 deletions
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'