diff options
author | is <is@pkgsrc.org> | 2007-12-25 17:39:39 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2007-12-25 17:39:39 +0000 |
commit | e14fc5d131b8d56f23f6813840fbea1d9f549357 (patch) | |
tree | 9aa8a4ddcd32b28aae14ee0fec6ff3f2c6be3e6d /net/mcast-tools | |
parent | 7ecd29326bdde60c01d9eeb286dd0b45177424fc (diff) | |
download | pkgsrc-e14fc5d131b8d56f23f6813840fbea1d9f549357.tar.gz |
Wrong download information fixed. Thanks to veego@ for pointing out.
Diffstat (limited to 'net/mcast-tools')
-rw-r--r-- | net/mcast-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mcast-tools/Makefile b/net/mcast-tools/Makefile index ab00cb01cd2..b4d21a6715f 100644 --- a/net/mcast-tools/Makefile +++ b/net/mcast-tools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/11 19:14:20 is Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/25 17:39:39 is Exp $ 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 |