diff options
author | minskim <minskim> | 2004-12-29 15:21:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-29 15:21:50 +0000 |
commit | e921d908c429c991db0bbba9629ddf5859fdec58 (patch) | |
tree | 8f0c8797ff5b0f302470e4075476086e60d3d743 /net/jwhois | |
parent | 58584453e354b34fdeaea645e738a8286c864577 (diff) | |
download | pkgsrc-e921d908c429c991db0bbba9629ddf5859fdec58.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 |