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 | 63b6e91c07709a9534d51f342bd6b9d976bcdf80 (patch) | |
tree | 8f0c8797ff5b0f302470e4075476086e60d3d743 /news/nntpcache | |
parent | 5444696cdd76cb093f9eb215f6bbf0d08c897c38 (diff) | |
download | pkgsrc-63b6e91c07709a9534d51f342bd6b9d976bcdf80.tar.gz |
Use VARBASE.
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index e1a95a9715e..e1a46c0df0a 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/21 21:09:33 cube Exp $ +# $NetBSD: Makefile,v 1.19 2004/12/29 15:31:24 minskim Exp $ # FreeBSD Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp # @@ -27,7 +27,7 @@ DEPENDS+= pgp-2.*:../../security/pgp2 BUILD_DEFS+= USE_OPENLDAP NNTP_USE_PGP GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=/var/spool +CONFIGURE_ARGS+= --localstatedir=${VARBASE}/spool CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" USE_GNU_TOOLS+= make |