Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2002 00:36:30 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42231: irc/pircbot Makefile tweak
Message-ID:  <E17kvJW-000C4e-00@pendennis.ukc.ac.uk>

next in thread | raw e-mail | index | archive | help

>Number:         42231
>Category:       ports
>Synopsis:       irc/pircbot Makefile tweak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 16:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.6-STABLE FreeBSD 4.6-STABLE #10: Fri Aug 23 03:07:16 BST 2002 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386


>Description:
	I'm assuming MASTER_SITES should be on multiple lines.
	I've seen a few automated webpages get confused by them
	both being on the one line.
>How-To-Repeat:
>Fix:

	An extremely trivial change to make, here's the patch :-

diff -ruN pircbot.bak/Makefile pircbot/Makefile
--- pircbot.bak/Makefile	Mon Jun 17 12:35:50 2002
+++ pircbot/Makefile	Sat Aug 31 00:28:15 2002
@@ -8,7 +8,8 @@
 PORTNAME=	pircbot
 PORTVERSION=	0.9.5
 CATEGORIES=	irc java
-MASTER_SITES=	http://www.jibble.org/files/ http://www.i-scream.org.uk/downloads/other/
+MASTER_SITES=	http://www.jibble.org/files/ \
+		http://www.i-scream.org.uk/downloads/other/
 
 MAINTAINER=	tim@bishnet.net
 
>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?E17kvJW-000C4e-00>