diff options
author | tv <tv> | 2001-10-31 15:11:24 +0000 |
---|---|---|
committer | tv <tv> | 2001-10-31 15:11:24 +0000 |
commit | 4a637be873a98074345db20510a32b9ba15939e1 (patch) | |
tree | 343e698f6cb1bd40a86770b46ee69b0dd86ed526 /net | |
parent | f53ff4851d87e8d7377068c3905c9474194a672e (diff) | |
download | pkgsrc-4a637be873a98074345db20510a32b9ba15939e1.tar.gz |
Eek, /usr/pkg -> ${PREFIX}.
Diffstat (limited to 'net')
-rw-r--r-- | net/jwhois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index dd068cdee5c..5cdcb8cee54 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/10/31 15:08:29 tv Exp $ +# $NetBSD: Makefile,v 1.14 2001/10/31 15:11:24 tv Exp $ # DISTNAME= jwhois-3.0.1 @@ -11,7 +11,7 @@ COMMENT= Configurable WHOIS client USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --sysconfdir=/usr/pkg/etc +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc CONFIGURE_ARGS+= --localstatedir=/var/db CONFIGURE_ARGS+= --with-cache |