diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-15 21:35:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-15 21:35:11 +0000 |
commit | 79a320a98ffd9a3f2fefdc5974a8b6aa990a6ed7 (patch) | |
tree | b5366d0e141b65d4112fcd894956c847dbbd0018 /news/nntpcache | |
parent | 9728af1e78cbdb0f30b581981c5f4fb0af782f28 (diff) | |
download | pkgsrc-79a320a98ffd9a3f2fefdc5974a8b6aa990a6ed7.tar.gz |
Added VARBASE to BUILD_DEFS.
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 573acb0654d..0cb5832679c 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/10/17 20:28:01 schwarz Exp $ +# $NetBSD: Makefile,v 1.29 2007/02/15 21:35:11 rillig Exp $ DISTNAME= nntpcache-3.0.2 CATEGORIES= news @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${VARBASE}/spool CONFIGURE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} USE_TOOLS+= gmake +BUILD_DEFS+= VARBASE INSTALL_TARGET= SUBDIRS="cf src filters http doc pgp contrib/newshound contrib/perlnewshound innreport scripts unixauth" \ install |