From stevep@magpie.zpfe.com  Sat Feb 22 19:55:46 2003
Return-Path: <stevep@magpie.zpfe.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1A07637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Feb 2003 19:55:46 -0800 (PST)
Received: from zpfe.com (dev06.eqp.zpfe.com [209.46.51.22])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1B1B743FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Feb 2003 19:55:45 -0800 (PST)
	(envelope-from stevep@magpie.zpfe.com)
Received: (qmail 78926 invoked by uid 3205); 23 Feb 2003 03:55:34 -0000
Message-Id: <20030223035534.78925.qmail@magpie.zpfe.com>
Date: 23 Feb 2003 03:55:34 -0000
From: stevep@zpfe.com
Reply-To: stevep@zpfe.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: updating path to nocol distribution in Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48577
>Category:       ports
>Synopsis:       updating path to nocol distribution in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 20:00:12 PST 2003
>Closed-Date:    Mon Feb 24 03:02:12 PST 2003
>Last-Modified:  Mon Feb 24 03:02:12 PST 2003
>Originator:     Steve Peterson
>Release:        FreeBSD 4.7-RELEASE-p4 i386
>Organization:
Acorn Bay Software Inc.
>Environment:
System: FreeBSD magpie.zpfe.com 4.7-RELEASE-p4 FreeBSD 4.7-RELEASE-p4 #7: Wed Feb 5 12:57:31 CST 2003 root@magpie.zpfe.com:/usr/obj/usr/src/sys/MAGPIE i386


	
>Description:
The path to the nocol distribution in the makefile is incorrect.  The
patch below has the correct path.
>How-To-Repeat:
	Install the nocol port by typing 'make' in the /usr/ports/net/nocol
directory.
>Fix:

	

--- nocol.Makefile.patch begins here ---
--- Makefile.~1~	Mon Feb  5 09:50:40 2001
+++ Makefile	Sat Feb 22 21:45:52 2003
@@ -9,7 +9,7 @@
 PORTVERSION=	4.3
 PORTREVISION=	1
 CATEGORIES=	net
-MASTER_SITES=	http://www.netplex-tech.com/software/nocol/downloads/
+MASTER_SITES=	http://www.netplex-tech.com/software/downloads/nocol/
 
 MAINTAINER=	bradh@uunet.co.za
 
--- nocol.Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Mon Feb 24 03:02:06 PST 2003 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48577 
>Unformatted:
