summaryrefslogtreecommitdiff
path: root/sysutils/gnome-menus
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 /sysutils/gnome-menus
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 'sysutils/gnome-menus')
-rw-r--r--sysutils/gnome-menus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-menus/Makefile b/sysutils/gnome-menus/Makefile
index 50d3f41b517..a63f9e97373 100644
--- a/sysutils/gnome-menus/Makefile
+++ b/sysutils/gnome-menus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/04/16 12:05:33 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:14 rillig Exp $
#
DISTNAME= gnome-menus-2.14.0
@@ -33,7 +33,7 @@ CONF_FILES+= ${EXAMPLEDIR}/settings.menu \
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
-SUBST_MESSAGE.paths= "Fixing paths to installation prefix."
+SUBST_MESSAGE.paths= Fixing paths to installation prefix.
SUBST_FILES.paths= layout/*.menu
SUBST_SED.paths= -e 's|/usr/|${PREFIX}/|g'
SUBST_SED.paths+= -e 's|/etc/X11/applnk|${PREFIX}/share/kde/applnk/|g'