diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 15:21:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 15:21:50 +0000 |
commit | e07031c753f6cd21fd1da774f6ac78ae36b89980 (patch) | |
tree | 8f0c8797ff5b0f302470e4075476086e60d3d743 /net/jwhois | |
parent | d660ae7b3ff37ba7b4bde28a13f040207096ff96 (diff) | |
download | pkgsrc-e07031c753f6cd21fd1da774f6ac78ae36b89980.tar.gz |
Use VARBASE.
Diffstat (limited to 'net/jwhois')
-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 83aa0980828..9255909f954 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2004/12/16 12:21:34 kleink Exp $ +# $NetBSD: Makefile,v 1.45 2004/12/29 15:31:24 minskim Exp $ # DISTNAME= jwhois-3.2.2 @@ -15,7 +15,7 @@ USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --localstatedir=/var/db +CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db LIBS.SunOS+= -lnsl -lsocket |