summaryrefslogtreecommitdiff
path: root/net/bftpd
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-17 03:00:33 +0000
committeruebayasi <uebayasi>2005-02-17 03:00:33 +0000
commit76152eafbca0833c0c2380dcccb266558e1201ba (patch)
tree53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07 /net/bftpd
parent221b628295b9b107cd7c99dcd4a332b09acbdb58 (diff)
downloadpkgsrc-76152eafbca0833c0c2380dcccb266558e1201ba.tar.gz
Fix quoting.
Diffstat (limited to 'net/bftpd')
-rw-r--r--net/bftpd/Makefile4
1 files changed, 2 insertions, 2 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}