diff options
author | itojun <itojun@pkgsrc.org> | 2002-07-10 13:55:17 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-07-10 13:55:17 +0000 |
commit | 6b579a9d1f66e89fdd7a357259a2cea3819f28c3 (patch) | |
tree | 7eeba10da8a41b16f33396df52d2922c50db9b7d /net/totd | |
parent | 76bc923eedec808c648c0b2440a382cc13bffce1 (diff) | |
download | pkgsrc-6b579a9d1f66e89fdd7a357259a2cea3819f28c3.tar.gz |
obey PKG_SYSCONFBASE/DIR setting
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 0db60561eea..17b75ef1345 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/03/15 01:54:15 itojun Exp $ +# $NetBSD: Makefile,v 1.14 2002/07/10 13:55:17 itojun Exp $ # DISTNAME= totd-1.3 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation GNU_CONFIGURE= YES +CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} .include "../../mk/bsd.prefs.mk" # always IPv6 ready |