From fee8091a541523da7b8d697c82546ecfaf87d940 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Sep 2002 21:51:52 +0000 Subject: Use PKG_SYSCONFDIR. From Urban Boquist in pkg/18242. --- net/dante/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/dante') 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 -- cgit v1.2.3