aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 10:11:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 10:11:07 +0000
commit79a7710acf02da95264f339bef59c05b7f8f4b31 (patch)
treee716d5cedccb63349cd6547dfc8c80637cccaa83 /news
parenta335cd0050d02b79be1a1d9177798952aa7e33df (diff)
downloadports-79a7710acf02da95264f339bef59c05b7f8f4b31.tar.gz
ports-79a7710acf02da95264f339bef59c05b7f8f4b31.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/newscache/Makefile9
-rw-r--r--news/newscache/pkg-plist4
2 files changed, 8 insertions, 5 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile
index e8334cb57375..e36b8390daac 100644
--- a/news/newscache/Makefile
+++ b/news/newscache/Makefile
@@ -11,7 +11,7 @@ DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/}
MAINTAINER= ports@FreeBSD.org
COMMENT= NewsCache is a free cache server for USENET News
-LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++
+LIB_DEPENDS= libsocket++.so:${PORTSDIR}/net/libsocket++
USE_AUTOTOOLS= automake autoheader autoconf
AUTOMAKE_ARGS= --add-missing
@@ -20,13 +20,12 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
USE_RC_SUBR= ${PORTNAME}
-MAN5= newscache.conf.5
-MAN8= newscache.8 newscacheclean.8 updatenews.8
INFO= NewsCache
-NO_STAGE= yes
post-patch:
- ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure.in
+ ${REINPLACE_CMD} -e "s,-pedantic,," \
+ -e "s,^main,int main," \
+ ${WRKSRC}/configure.in
pre-configure:
(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)
diff --git a/news/newscache/pkg-plist b/news/newscache/pkg-plist
index f6d74ddf91be..637850c9dc3b 100644
--- a/news/newscache/pkg-plist
+++ b/news/newscache/pkg-plist
@@ -3,3 +3,7 @@ etc/newscache.conf-dist
etc/newscache.auth-dist
sbin/newscache
sbin/newscacheclean
+man/man5/newscache.conf.5.gz
+man/man8/newscache.8.gz
+man/man8/newscacheclean.8.gz
+man/man8/updatenews.8.gz