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/XFree86-server | |
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/XFree86-server')
-rw-r--r-- | x11/XFree86-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/XFree86-server/Makefile b/x11/XFree86-server/Makefile index a72d52acfb2..991b1d81fe4 100644 --- a/x11/XFree86-server/Makefile +++ b/x11/XFree86-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/04 21:31:06 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/22 09:22:17 rillig Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-server-${XF_VER} @@ -31,14 +31,14 @@ SUBST_FILES.parser= programs/Xserver/hw/xfree86/parser/Makefile SUBST_SED.parser= -e '/$$(INSTALL).*lib$$(LIBNAME).a/ d' SUBST_SED.parser+= -e '/$$(RANLIB).*lib$$(LIBNAME).a/ d' SUBST_SED.parser+= -e 's|$$(INSTALL) $$(INSTALLFLAGS) $$(INSTINCFLAGS)|echo|' -SUBST_MESSAGE.parser= "Fixing parser Makefile." +SUBST_MESSAGE.parser= Fixing parser Makefile. SUBST_CLASSES+= stubs SUBST_STAGE.stubs= pre-install SUBST_FILES.stubs= lib/font/stubs/Makefile SUBST_SED.stubs= -e '/$$(INSTALL).*libfntstubs.a/ d' SUBST_SED.stubs+= -e '/$$(RANLIB).*libfntstubs.a/ d' -SUBST_MESSAGE.stubs= "Fixing stubs Makefile." +SUBST_MESSAGE.stubs= Fixing stubs Makefile. .include "../../mk/bsd.prefs.mk" |