diff options
-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 |