1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

added myself as maintainer.

mostly eliminate __FreeBSD__
fixed standalone daemon so it works.
build it as standalone by default, because that generally makes better sense.
(if there is disagreement, I will let it build both ways)
This commit is contained in:
Adam David 1996-03-20 01:49:59 +00:00
parent b9a62166a1
commit 8f5e69dd77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2858
3 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

@ -1 +1 @@
NNTP server, and clients for transferring news articles.
NNTP server daemon, and clients for transferring news articles.

View File

@ -1,5 +1,5 @@
@cwd /usr/local
libexec/nntpd
sbin/nntpd
man/man8/nntpd.8c
man/man8/mkgrdates.8c
man/man1/nntpxmit.1