diff options
author | adam <adam@FreeBSD.org> | 1996-03-20 09:49:59 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-03-20 09:49:59 +0800 |
commit | a07d459c6c4be8fa7b20b004cad16203bfc7863f (patch) | |
tree | 556c3cbee194129e6ea6032677adf94cb0538b0e /news/nntp/Makefile | |
parent | 7b5425efb4881f0c603ad87911dbd4264030b0b5 (diff) | |
download | freebsd-ports-gnome-a07d459c6c4be8fa7b20b004cad16203bfc7863f.tar.gz freebsd-ports-gnome-a07d459c6c4be8fa7b20b004cad16203bfc7863f.tar.zst freebsd-ports-gnome-a07d459c6c4be8fa7b20b004cad16203bfc7863f.zip |
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)
Diffstat (limited to 'news/nntp/Makefile')
-rw-r--r-- | news/nntp/Makefile | 6 |
1 files changed, 4 insertions, 2 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> |