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:
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
|
@ -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>
|
||||
|
|
|
@ -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 ; \
|
||||
|
|
Loading…
Reference in a new issue