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/Makefile | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
Notes
Diffstat (limited to 'news/nntp/Makefile')
-rw-r--r-- | news/nntp/Makefile | 5 |
1 files changed, 4 insertions, 1 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 |