From 561bba161c5486fe565f4a2d703c69ee511e3e96 Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 3 Nov 2004 18:36:56 +0000 Subject: Fix path to newscache.conf file. Bump PORTREVISION Reported by: Mike Harding Obviously i don't care enough about this port to test it :-( -> drop maintainership --- news/newscache/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'news/newscache') diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 57a18d9..e014cfb 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -7,11 +7,12 @@ PORTNAME= newscache PORTVERSION= 1.2.r.6 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= http://www.linuxhacker.at/linux/downloads/src/ DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/} -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ @@ -23,6 +24,7 @@ USE_REINPLACE= yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc MAN5= newscache.conf.5 MAN8= newscache.8 newscacheclean.8 updatenews.8 -- cgit v1.1