summaryrefslogtreecommitdiff
path: root/wm/icewm
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-17 03:00:33 +0000
committeruebayasi <uebayasi>2005-02-17 03:00:33 +0000
commit8d16067a75bf3f8fbc341982c34be6f94000d09f (patch)
tree53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07 /wm/icewm
parente1b971183b610f08ccff1664185e94630ebda141 (diff)
downloadpkgsrc-8d16067a75bf3f8fbc341982c34be6f94000d09f.tar.gz
Fix quoting.
Diffstat (limited to 'wm/icewm')
-rw-r--r--wm/icewm/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index 4256ff35a89..068d2c6fcec 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2005/01/20 04:27:48 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.41 2005/02/17 03:05:12 uebayasi Exp $
DISTNAME= icewm-1.2.20
CATEGORIES= x11 wm
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --disable-xinerama
PKG_SYSCONFSUBDIR= icewm
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
-CXXFLAGS+= -DSTART_PIXMAP=\"\\\"bsd-daemon.xpm\\\"\"
+CXXFLAGS+= -DSTART_PIXMAP="\"bsd-daemon.xpm\""
.endif
.if ${OPSYS} == "NetBSD"