diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-07 18:21:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-07 18:21:51 +0000 |
commit | 7bb929a4bcbdf31a2f3dd8cd3cd9c6a19a587c16 (patch) | |
tree | 2ec844c78fa2161e81e1d675ccddf3421ad8b978 /news/leafnode+ | |
parent | 7e204e76701d3abf3cbcae5c54d561a49b3b8912 (diff) | |
download | ports-7bb929a4bcbdf31a2f3dd8cd3cd9c6a19a587c16.tar.gz ports-7bb929a4bcbdf31a2f3dd8cd3cd9c6a19a587c16.zip |
Notes
Diffstat (limited to 'news/leafnode+')
-rw-r--r-- | news/leafnode+/Makefile | 6 | ||||
-rw-r--r-- | news/leafnode+/files/patch-aa | 13 |
2 files changed, 15 insertions, 4 deletions
diff --git a/news/leafnode+/Makefile b/news/leafnode+/Makefile index 22bae1b516a8..d615710136eb 100644 --- a/news/leafnode+/Makefile +++ b/news/leafnode+/Makefile @@ -3,7 +3,7 @@ # Date created: 19 November 1998 # Whom: Tom Hukins <tom@eborcom.com> # -# $Id: Makefile,v 1.3 1999/01/10 18:10:09 steve Exp $ +# $Id: Makefile,v 1.4 1999/04/03 01:01:04 steve Exp $ # DISTNAME= leafnode+-2.6 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ MAINTAINER= tom@eborcom.com +WWW_SITE= http://www.io.com/~kazushi/freeware/leafnode+.html + MAN8= checkgroups.8 fetchnews.8 leafnode.8 texpire.8 .if defined(NOPORTDOCS) @@ -41,6 +43,6 @@ do-install: post-install: @test -d /var/spool/news -a -d ${PREFIX}/lib/leafnode || \ - ${CAT} ${FILESDIR}/INSTALL.mesg + ${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/news/leafnode+/files/patch-aa b/news/leafnode+/files/patch-aa index 8433e0f7b7b2..65156636e9d6 100644 --- a/news/leafnode+/files/patch-aa +++ b/news/leafnode+/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Dec 24 01:41:37 1998 -+++ Makefile Sun Dec 27 17:04:30 1998 +--- Makefile.orig Sun Jan 31 19:17:52 1999 ++++ Makefile Tue Apr 6 17:12:29 1999 @@ -1,11 +1,8 @@ # -*- makefile -*- # $Orig-Id: Makefile,v 1.16 1997/07/20 00:28:31 agulbra Exp $ @@ -22,6 +22,15 @@ all: leafnode fetchnews texpire checkgroups leaftool +@@ -79,7 +76,7 @@ + @if [ -f $(BINDIR)/fetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from fetch into fetchnews.; fi + @if [ -f $(BINDIR)/newsfetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from newsfetch into fetchnews.; fi + +-installall: install ++installall: + -mkdir -p $(SPOOLDIR) $(LIBDIR) + -mkdir -p $(SPOOLDIR)/message.id + -mkdir -p $(SPOOLDIR)/interesting.groups @@ -91,7 +88,6 @@ $${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \ $${a}$${b}9 ; \ |