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
commit8d16067a75bf3f8fbc341982c34be6f94000d09f (patch)
tree53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07 /net/bftpd
parente1b971183b610f08ccff1664185e94630ebda141 (diff)
downloadpkgsrc-8d16067a75bf3f8fbc341982c34be6f94000d09f.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}