Date: 8 Jan 1999 13:09:43 -0000 From: Tom Hukins <tom@eborcom.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9389: Update port: news/leafnode+ Message-ID: <19990108130943.21951.qmail@eborcom.com>
next in thread | raw e-mail | index | archive | help
>Number: 9389 >Category: ports >Synopsis: Update port: news/leafnode+ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 8 05:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: >Description: This is a small patch to the Leafnode+ port. The post-install section is currently broken - important information is not output to the installer because of a minor error in the Makefile. This patch fixes that. I have also added a new MASTER_SITE. No files have been added or removed. >How-To-Repeat: >Fix: diff -ruN leafnode+.old/Makefile leafnode+/Makefile --- leafnode+.old/Makefile Sat Jan 2 12:35:26 1999 +++ leafnode+/Makefile Fri Jan 8 12:57:29 1999 @@ -3,12 +3,13 @@ # Date created: 19 November 1998 # Whom: Tom Hukins <tom@eborcom.com> # -# $Id: Makefile,v 1.2 1998/12/28 23:19:50 mph Exp $ +# $Id$ # DISTNAME= leafnode+-2.3 CATEGORIES= news -MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ +MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ \ + ftp://ftp.win.or.jp/pub/network/news/misc/ MAINTAINER= tom@eborcom.com @@ -40,6 +41,7 @@ .endif post-install: - @test -d /var/spool/news || @${CAT} ${FILESDIR}/INSTALL.mesg + @test -d /var/spool/news -a -d ${PREFIX}/lib/leafnode || \ + ${CAT} ${FILESDIR}/INSTALL.mesg .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990108130943.21951.qmail>