summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-02-17 03:00:33 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-02-17 03:00:33 +0000
commit707aa2a297dd2a84783bb720ff01c474d6c917bf (patch)
tree53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07
parent5778f1ffd4b9e74ddc6860ee001956e732d37357 (diff)
downloadpkgsrc-707aa2a297dd2a84783bb720ff01c474d6c917bf.tar.gz
Fix quoting.
-rw-r--r--multimedia/avidemux/Makefile4
-rw-r--r--net/bftpd/Makefile4
-rw-r--r--net/ipa/Makefile4
-rw-r--r--net/latd/Makefile4
-rw-r--r--wm/golem/Makefile4
-rw-r--r--wm/icewm/Makefile.common4
6 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 4975e8a8dc7..b6005e4a552 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:01 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/02/17 03:09:27 uebayasi Exp $
#
DISTNAME= avidemux-2.0.18
@@ -17,7 +17,7 @@ USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
-CFLAGS+= -DDEVOSSAUDIO=\"\\\"${DEVOSSAUDIO}\\\"\"
+CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
LDFLAGS+= ${LIBOSSAUDIO}
CONFIGURE_ARGS+= --disable-warnings
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile
index 93fb236c00a..e779f16e34e 100644
--- a/net/bftpd/Makefile
+++ b/net/bftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/12/11 08:25:48 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/17 03:06:07 uebayasi Exp $
#
DISTNAME= bftpd-1.0.24
@@ -13,7 +13,7 @@ USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
-CFLAGS+= -DPATH_BFTPD_CONF=\"\\\"${PKG_SYSCONFDIR}/bftpd.conf\\\"\"
+CFLAGS+= -DPATH_BFTPD_CONF="\"${PKG_SYSCONFDIR}/bftpd.conf\""
CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
${PKG_SYSCONFDIR}/bftpd.conf
MAKE_ENV+= VARBASE=${VARBASE:Q}
diff --git a/net/ipa/Makefile b/net/ipa/Makefile
index 1334c6234c8..81ca6854770 100644
--- a/net/ipa/Makefile
+++ b/net/ipa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/12/28 02:47:46 reed Exp $
+# $NetBSD: Makefile,v 1.19 2005/02/17 03:00:33 uebayasi Exp $
#
DISTNAME= ipa-1.3.6
@@ -24,7 +24,7 @@ USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
BUILD_TARGET= # empty
-CFLAGS+= -DCFGFILE=\\\"${PKG_SYSCONFDIR}/ipa.conf\\\"
+CFLAGS+= -DCFGFILE="\"${PKG_SYSCONFDIR}/ipa.conf\""
CONF_FILES_PERMS= ${PREFIX}/share/examples/ipa/ipa.conf.default \
${PKG_SYSCONFDIR}/ipa.conf \
diff --git a/net/latd/Makefile b/net/latd/Makefile
index 60a5dcbdffa..52574a73abd 100644
--- a/net/latd/Makefile
+++ b/net/latd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/25 08:21:53 snj Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/17 03:01:30 uebayasi Exp $
#
DISTNAME= latd-1.18
@@ -13,7 +13,7 @@ USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\"
+CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
EGDIR= ${PREFIX}/share/examples/latd
CONF_FILES= ${EGDIR}/latd.conf ${PKG_SYSCONFDIR}/latd.conf
diff --git a/wm/golem/Makefile b/wm/golem/Makefile
index 084399b8f3d..dd5bbf5020f 100644
--- a/wm/golem/Makefile
+++ b/wm/golem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:23 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/17 03:04:02 uebayasi Exp $
#
DISTNAME= golem-0.0.5
@@ -33,7 +33,7 @@ PLIST_SUBST= NOT_SOUND=
PLIST_SUBST= NOT_SOUND="@comment "
.endif
-CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
EGDIR= ${PREFIX}/share/examples/golem
CONF_FILES= ${EGDIR}/golemrc.default ${PKG_SYSCONFDIR}/golemrc
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"