diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /x11/openmotif | |
parent | e5d1a3e10d166705430889850f203065cd78dd74 (diff) | |
download | pkgsrc-dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa.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/Makefile | 4 |
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' |