summaryrefslogtreecommitdiff
path: root/net
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 /net
parente1b971183b610f08ccff1664185e94630ebda141 (diff)
downloadpkgsrc-8d16067a75bf3f8fbc341982c34be6f94000d09f.tar.gz
Fix quoting.
Diffstat (limited to 'net')
-rw-r--r--net/bftpd/Makefile4
-rw-r--r--net/ipa/Makefile4
-rw-r--r--net/latd/Makefile4
3 files changed, 6 insertions, 6 deletions
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