If not upgrading from a previous version of Leafnode or Leafnode+,

incorrect installation instructions are displayed. This fixes that,
and makes some other minor changes.

PR:		ports/10982
Submitted by:	Tom Hukins <tom@eborcom.com>
This commit is contained in:
Justin M. Seger 1999-04-07 18:21:51 +00:00
parent 7e204e7670
commit 7bb929a4bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17705
2 changed files with 15 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# Date created: 19 November 1998 # Date created: 19 November 1998
# Whom: Tom Hukins <tom@eborcom.com> # 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 DISTNAME= leafnode+-2.6
@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/
MAINTAINER= tom@eborcom.com MAINTAINER= tom@eborcom.com
WWW_SITE= http://www.io.com/~kazushi/freeware/leafnode+.html
MAN8= checkgroups.8 fetchnews.8 leafnode.8 texpire.8 MAN8= checkgroups.8 fetchnews.8 leafnode.8 texpire.8
.if defined(NOPORTDOCS) .if defined(NOPORTDOCS)
@ -41,6 +43,6 @@ do-install:
post-install: post-install:
@test -d /var/spool/news -a -d ${PREFIX}/lib/leafnode || \ @test -d /var/spool/news -a -d ${PREFIX}/lib/leafnode || \
${CAT} ${FILESDIR}/INSTALL.mesg ${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,5 +1,5 @@
--- Makefile.orig Thu Dec 24 01:41:37 1998 --- Makefile.orig Sun Jan 31 19:17:52 1999
+++ Makefile Sun Dec 27 17:04:30 1998 +++ Makefile Tue Apr 6 17:12:29 1999
@@ -1,11 +1,8 @@ @@ -1,11 +1,8 @@
# -*- makefile -*- # -*- makefile -*-
# $Orig-Id: Makefile,v 1.16 1997/07/20 00:28:31 agulbra Exp $ # $Orig-Id: Makefile,v 1.16 1997/07/20 00:28:31 agulbra Exp $
@ -22,6 +22,15 @@
all: leafnode fetchnews texpire checkgroups leaftool 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 @@ @@ -91,7 +88,6 @@
$${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \ $${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \
$${a}$${b}9 ; \ $${a}$${b}9 ; \