diff options
author | itojun <itojun> | 2002-07-10 13:55:17 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-07-10 13:55:17 +0000 |
commit | 85cf45401a19731d6dfc542e3f131c5a5c113527 (patch) | |
tree | 7eeba10da8a41b16f33396df52d2922c50db9b7d | |
parent | f8e3513e371e595627dcc816ee14549164e63602 (diff) | |
download | pkgsrc-85cf45401a19731d6dfc542e3f131c5a5c113527.tar.gz |
obey PKG_SYSCONFBASE/DIR setting
-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 |