diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-09 21:51:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-09 21:51:52 +0000 |
commit | 4b81c06b0a6905de1fffd543d5e07ca1d65571c2 (patch) | |
tree | af6ec5524b528d5246a9ecb50e5fdeb2357ea79f /net | |
parent | d526fb76ce547923717610e2c8858b0bca40e1e4 (diff) | |
download | pkgsrc-4b81c06b0a6905de1fffd543d5e07ca1d65571c2.tar.gz |
Use PKG_SYSCONFDIR. From Urban Boquist in pkg/18242.
Diffstat (limited to 'net')
-rw-r--r-- | net/dante/Makefile | 6 |
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 |