diff options
Diffstat (limited to 'news/newsx/Makefile')
-rw-r--r-- | news/newsx/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile index cb9f52425c6..b77211d286c 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:32 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/07/28 16:27:42 cube Exp $ # DISTNAME= newsx-1.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= news MASTER_SITES= ftp://ftp.kvaleberg.com/pub/ @@ -16,8 +16,9 @@ GNU_CONFIGURE= YES .include "../../news/inn/Makefile.common" CONFIGURE_ARGS+= --with-newshome=${INN_PREFIX}/lib -CONFIGURE_ARGS+= --with-rnews=${INN_PREFIX}/bin/rnews -CONFIGURE_ARGS+= --with-inews=${INN_PREFIX}/bin/inews +CONFIGURE_ARGS+= --with-newsinclude=${PREFIX}/include/inn +CONFIGURE_ARGS+= --with-rnews=${INN_PATHBIN}/rnews +CONFIGURE_ARGS+= --with-inews=${INN_PATHBIN}/inews CONFIGURE_ARGS+= --with-history-mode=indexed .include "../../news/inn/buildlink3.mk" |