Subject: Re: CVS commit: pkgsrc/net/mcast-tools
To: Bernd Ernesti <netbsd@lists.veego.de>
From: Ignatios Souvatzis <is@netbsd.org>
List: pkgsrc-changes
Date: 12/25/2007 18:38:30
On Mon, Dec 24, 2007 at 07:44:52PM +0100, Bernd Ernesti wrote:

> Aehm, did you try to delete your distfile and fetching it again?

I thought so, but maybe (or rather, apparently) not.

> This can IMHO not work, because of this line from the Makefile:
> 
> MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
> 
> It is missing some magic before the } , e.g. :=xx/

Try 

--- Makefile    11 Oct 2007 19:14:20 -0000      1.1.1.1
+++ Makefile    25 Dec 2007 17:36:30 -0000
@@ -2,7 +2,7 @@
 
 DISTNAME=      mcast-tools-20061214
 CATEGORIES=    net
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mcast-tools/}
 
 MAINTAINER=    is@NetBSD.org
 COMMENT=       IPv6 multicast routing daemons and tools

I'll fix the package.

	-is