diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-11 23:59:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-11 23:59:23 +0000 |
commit | cc4d78d50750e886c6977d48567db1ec01b519f9 (patch) | |
tree | bb04da8579629befb37202123bc732283275bcf9 /net/net-snmp | |
parent | 6082e3fad41156fb8d1e02f79478bc1b1d27babb (diff) | |
download | pkgsrc-cc4d78d50750e886c6977d48567db1ec01b519f9.tar.gz |
Remove ftp.net-smnp.org from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37323.
Diffstat (limited to 'net/net-snmp')
-rw-r--r-- | net/net-snmp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 66dcb988517..d2701eedeef 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2007/08/12 13:36:36 joerg Exp $ +# $NetBSD: Makefile,v 1.64 2007/11/11 23:59:23 wiz Exp $ DISTNAME= net-snmp-5.4.1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \ - ftp://ftp.net-smnp.org/pub/sourceforge/net-snmp/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.net-snmp.org/ |