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 /misc/visual-regexp | |
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 'misc/visual-regexp')
-rw-r--r-- | misc/visual-regexp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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' |