summaryrefslogtreecommitdiff
path: root/x11/xworld
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-22 09:22:05 +0000
committerrillig <rillig>2006-04-22 09:22:05 +0000
commita02c89bda9d5e9dee1db9ae2d94e9f4eb1b7746b (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /x11/xworld
parent0ada12bc8fc62e823ba4ada58764c4cf3d8b93da (diff)
downloadpkgsrc-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 'x11/xworld')
-rw-r--r--x11/xworld/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile
index 755cce5b7b8..96f138759a0 100644
--- a/x11/xworld/Makefile
+++ b/x11/xworld/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/02/05 23:11:50 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:18 rillig Exp $
#
DISTNAME= xworld-2.0
@@ -17,13 +17,13 @@ CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11"
CONFIGURE_ENV+= CAT=${CAT:Q} STRIP=strip INCLUDES="" MORELIBS=""
SUBST_CLASSES+= x11
-SUBST_MESSAGE.x11= "Fixing x11 options."
+SUBST_MESSAGE.x11= Fixing x11 options.
SUBST_STAGE.x11= post-patch
SUBST_FILES.x11= defaults/NetBSD/set.csh
SUBST_SED.x11= -e 's,@X11BASE@,${X11BASE},g'
SUBST_CLASSES+= install
-SUBST_MESSAGE.install= "Fixing install options."
+SUBST_MESSAGE.install= Fixing install options.
SUBST_STAGE.install= post-patch
SUBST_FILES.install= Makefile.in
SUBST_SED.install= -e 's,-g bin -o bin,-g ${BINGRP} -o ${BINOWN},g'