diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:41:45 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:41:45 +0000 |
commit | 71960dee9e67049bef13c9efb3653608b1fe85a9 (patch) | |
tree | 4939745ced01b78361ccf75b8a5a17736977b8e8 /net | |
parent | 7de1e6abd3cfa4de3939e995455186495a23758a (diff) | |
download | pkgsrc-71960dee9e67049bef13c9efb3653608b1fe85a9.tar.gz |
Fix quoting.
Diffstat (limited to 'net')
-rw-r--r-- | net/djbdns/Makefile | 4 | ||||
-rw-r--r-- | net/upclient/Makefile | 4 | ||||
-rw-r--r-- | net/vsftpd/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 7ad45673e4b..7ea6441d621 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/12/03 15:15:05 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2005/03/07 09:41:45 uebayasi Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -30,7 +30,7 @@ BUILD_TARGET= it INSTALL_TARGET= setup check EGDIR= ${PREFIX}/share/examples/djbdns -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" USE_PKGINSTALL= yes MAKE_DIRS+= ${PKG_SYSCONFDIR} SUPPORT_FILES+= ${EGDIR}/dnsroots.global ${PKG_SYSCONFDIR}/dnsroots.global diff --git a/net/upclient/Makefile b/net/upclient/Makefile index bb0ddc81139..d47c938c160 100644 --- a/net/upclient/Makefile +++ b/net/upclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/02/21 20:26:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.20 2005/03/07 09:41:45 uebayasi Exp $ # DISTNAME= upclient-4.2.1.23 @@ -17,7 +17,7 @@ BUILD_TARGET= bsd EGDIR= ${PREFIX}/share/examples/upclient CONF_FILES= ${EGDIR}/upclient.conf ${PKG_SYSCONFDIR}/upclient.conf -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" RCD_SCRIPTS= upclient diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 7ea0a233b47..6bfe78b30b9 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/02/02 23:12:52 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/07 09:41:45 uebayasi Exp $ # DISTNAME= vsftpd-1.2.2 @@ -26,7 +26,7 @@ PKG_USERS= ${VSFTPD_USER}:${VSFTPD_GROUP}::vsftpd\\ user DOCDIR= ${PREFIX}/share/doc/vsftpd EGDIR= ${PREFIX}/share/examples/vsftpd -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" CONF_FILES= ${EGDIR}/vsftpd.conf.default ${PKG_SYSCONFDIR}/vsftpd.conf MAKE_DIRS= ${VARBASE}/chroot |