summaryrefslogtreecommitdiff
path: root/textproc/ndtpd
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-04-27 04:08:19 +0000
committeruebayasi <uebayasi>2007-04-27 04:08:19 +0000
commit79e3959bc26f460d25f80f9c23689fa80a9947fc (patch)
tree742190bf59a3e7007c378b134b1bbfb5588274a9 /textproc/ndtpd
parent42bfe1d371b44227086add5af105fcada5ad5ff5 (diff)
downloadpkgsrc-79e3959bc26f460d25f80f9c23689fa80a9947fc.tar.gz
Simplify PKG_SYSCONFDIR handling by assuming all packages have a consistent
PKG_SYSCONFDIR.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r--textproc/ndtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile
index 1bc0f8af88f..184d30c67f7 100644
--- a/textproc/ndtpd/Makefile
+++ b/textproc/ndtpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/12/06 16:57:51 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2007/04/27 04:08:19 uebayasi Exp $
#
DISTNAME= ndtpd-3.1.5
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --localstatedir=${NDTPD_RUNDIR:Q}
CONFIGURE_ARGS+= --with-logdir=${NDTPD_LOGDIR:Q}
CONFIGURE_ARGS+= --with-eb
CONFIGURE_ARGS+= --with-zlib
-CONFIGURE_ARGS+= --with-eb-conf=${PKG_SYSCONFDIR.eb}/eb.conf
+CONFIGURE_ARGS+= --with-eb-conf=${PKG_SYSCONFDIR}/eb.conf
CONFIGURE_ENV+= ac_cv_path_BZIP2=bzip2
CONFIGURE_ENV+= ac_cv_path_COMPRESS=compress