summaryrefslogtreecommitdiff
path: root/net/dante
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-09 21:51:52 +0000
committerwiz <wiz>2002-09-09 21:51:52 +0000
commitfee8091a541523da7b8d697c82546ecfaf87d940 (patch)
treeaf6ec5524b528d5246a9ecb50e5fdeb2357ea79f /net/dante
parentbd2b039a6f2338304cec8108bbea3b43273e517a (diff)
downloadpkgsrc-fee8091a541523da7b8d697c82546ecfaf87d940.tar.gz
Use PKG_SYSCONFDIR. From Urban Boquist in pkg/18242.
Diffstat (limited to 'net/dante')
-rw-r--r--net/dante/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile
index 1ca96373c9f..98843578f22 100644
--- a/net/dante/Makefile
+++ b/net/dante/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/07/12 15:13:08 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/09 21:51:52 wiz Exp $
#
DISTNAME= dante-1.1.13
@@ -15,8 +15,8 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-CONFIGURE_ARGS+= --with-socks-conf=${PREFIX}/etc/socks.conf
-CONFIGURE_ARGS+= --with-sockd-conf=${PREFIX}/etc/sockd.conf
+CONFIGURE_ARGS+= --with-socks-conf=${PKG_SYSCONFDIR}/etc/socks.conf
+CONFIGURE_ARGS+= --with-sockd-conf=${PKG_SYSCONFDIR}/etc/sockd.conf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante