diff --git a/news/s-news/Makefile b/news/s-news/Makefile index 8a1c5172ac45..aac58bb1b9a7 100644 --- a/news/s-news/Makefile +++ b/news/s-news/Makefile @@ -1,32 +1,33 @@ PORTNAME= s-news PORTVERSION= 0.1.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= news MASTER_SITES= http://www.lost.org.uk/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple news server for hosts with one or two users WWW= https://www.lost.org.uk/snews.html LIB_DEPENDS= libgdbm.so:databases/gdbm CONFLICTS= cnews nntp trn4 # bin/inews sbin/nntpd CONFIGURE_ARGS+= \ --with-confdir=${PREFIX}/etc/s-news \ --with-spooldir=/var/spool/s-news LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include USES= gmake fakeroot GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTDOCS= README README.conf README.suck TODO OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/news/s-news/pkg-plist b/news/s-news/pkg-plist index 10a1bb728999..ef6b3886db89 100644 --- a/news/s-news/pkg-plist +++ b/news/s-news/pkg-plist @@ -1,32 +1,32 @@ @(news,news,4755) bin/inews @(news,news,644) etc/s-news/access.sample @(news,news,644) etc/s-news/active.sample @(news,news,644) etc/s-news/expire.sample @(news,news,644) etc/s-news/newsfeeds.sample @(news,news,644) etc/s-news/newsgroups.sample @(news,news,644) etc/s-news/overview.fmt.sample @(,news,555) etc/s-news/put.news -man/man1/inews.1.gz -man/man8/expire.8.gz -man/man8/listactive.8.gz -man/man8/makehistory.8.gz -man/man8/newgroup.8.gz -man/man8/nntpd.8.gz -man/man8/overview.8.gz -man/man8/qnews.8.gz -man/man8/rmgroup.8.gz -man/man8/rnews.8.gz +share/man/man1/inews.1.gz +share/man/man8/expire.8.gz +share/man/man8/listactive.8.gz +share/man/man8/makehistory.8.gz +share/man/man8/newgroup.8.gz +share/man/man8/nntpd.8.gz +share/man/man8/overview.8.gz +share/man/man8/qnews.8.gz +share/man/man8/rmgroup.8.gz +share/man/man8/rnews.8.gz sbin/expire sbin/fetchnews sbin/listactive sbin/makehistory sbin/newfeed sbin/newgroup sbin/nntpd sbin/overview sbin/qnews sbin/rmfeed sbin/rmgroup sbin/rnews @dir(news,news,755) etc/s-news @dir(news,news,755) /var/spool/s-news