diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /news/nntp | |
parent | Add $Id$. (diff) |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'news/nntp')
-rw-r--r-- | news/nntp/Makefile | 5 | ||||
-rw-r--r-- | news/nntp/pkg-plist | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 6aa9463fbe9d..48b630d4d255 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: adam # -# $Id: Makefile,v 1.9 1996/03/20 01:48:26 adam Exp $ +# $Id: Makefile,v 1.10 1996/11/18 11:37:53 asami Exp $ # DISTNAME= nntp-t5 @@ -15,6 +15,9 @@ MAINTAINER= adam@veda.is BUILD_DEPENDS= ${PREFIX}/lib/libcnews.a:${PORTSDIR}/news/cnews +MAN1= nntpxmit.1 +MAN8= nntpd.8c mkgrdates.8c + post-extract: @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h diff --git a/news/nntp/pkg-plist b/news/nntp/pkg-plist index 556dbb505a31..212baa660f7e 100644 --- a/news/nntp/pkg-plist +++ b/news/nntp/pkg-plist @@ -1,8 +1,7 @@ -@cwd /usr/local sbin/nntpd -man/man8/nntpd.8c -man/man8/mkgrdates.8c -man/man1/nntpxmit.1 +man/man8/nntpd.8c.gz +man/man8/mkgrdates.8c.gz +man/man1/nntpxmit.1.gz libexec/news/nntpxmit libexec/news/nntpxfer @comment just in case anyone wants it |