From 8d16067a75bf3f8fbc341982c34be6f94000d09f Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 17 Feb 2005 03:00:33 +0000 Subject: Fix quoting. --- net/bftpd/Makefile | 4 ++-- net/ipa/Makefile | 4 ++-- net/latd/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net') 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 -- cgit v1.2.3