diff options
author | Adam David <adam@FreeBSD.org> | 1996-03-20 01:49:59 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-03-20 01:49:59 +0000 |
commit | 8f5e69dd77ce2a0a1751771dda3bb184c4d639e6 (patch) | |
tree | 41aa54156559dbb0db962c4ba93f11cf7cb50cef /news | |
parent | b9a62166a1433dc65f0079d13785906350b4cbd3 (diff) | |
download | ports-8f5e69dd77ce2a0a1751771dda3bb184c4d639e6.tar.gz ports-8f5e69dd77ce2a0a1751771dda3bb184c4d639e6.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/nntp/Makefile | 6 | ||||
-rw-r--r-- | news/nntp/pkg-descr | 2 | ||||
-rw-r--r-- | news/nntp/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index bc89df9865bc..689683dab34d 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: adam # -# $Id: Makefile,v 1.7 1995/10/20 08:48:03 asami Exp $ +# $Id: Makefile,v 1.8 1995/11/27 00:08:37 asami Exp $ # DISTNAME= nntp-t5 @@ -11,9 +11,11 @@ PKGNAME= nntp-1.5.11.5 CATEGORIES+= news MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/ +MAINTAINER= adam@veda.is + BUILD_DEPENDS= ${PREFIX}/lib/libcnews.a:${PORTSDIR}/news/cnews -pre-patch: +post-extract: @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h .include <bsd.port.mk> diff --git a/news/nntp/pkg-descr b/news/nntp/pkg-descr index 1fd9df6939eb..7b2a6be1f182 100644 --- a/news/nntp/pkg-descr +++ b/news/nntp/pkg-descr @@ -1 +1 @@ -NNTP server, and clients for transferring news articles. +NNTP server daemon, and clients for transferring news articles. diff --git a/news/nntp/pkg-plist b/news/nntp/pkg-plist index 17b9c71f9fe3..556dbb505a31 100644 --- a/news/nntp/pkg-plist +++ b/news/nntp/pkg-plist @@ -1,5 +1,5 @@ @cwd /usr/local -libexec/nntpd +sbin/nntpd man/man8/nntpd.8c man/man8/mkgrdates.8c man/man1/nntpxmit.1 |