summaryrefslogtreecommitdiff
path: root/x11/openmotif
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-22 09:22:05 +0000
committerrillig <rillig>2006-04-22 09:22:05 +0000
commit1bf12f54d752f34431e029c366efad2fb372519b (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /x11/openmotif
parent5e6ac2b5cb9b127db4bb3a69a03e450a9c8895cd (diff)
downloadpkgsrc-1bf12f54d752f34431e029c366efad2fb372519b.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'x11/openmotif')
-rw-r--r--x11/openmotif/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile
index 6c8af929d06..989cb9ab6be 100644
--- a/x11/openmotif/Makefile
+++ b/x11/openmotif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/02/05 23:11:40 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2006/04/22 09:22:17 rillig Exp $
PKGVER= 2.2.3
DISTNAME= openMotif-${PKGVER}
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
SUBST_CLASSES+= man_rename
SUBST_STAGE.man_rename= pre-configure
-SUBST_MESSAGE.man_rename= "Fixing hardcoded paths."
+SUBST_MESSAGE.man_rename= Fixing hardcoded paths.
SUBST_FILES.man_rename= doc/man/man3/Makefile.in
SUBST_SED.man_rename= -e 's: Core.3: XCore.3:g' \
-e 's: Object.3: XObject.3:g' -e 's: Shell.3: XShell.3:g'