diff options
author | wiz <wiz> | 2007-11-11 23:59:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-11 23:59:23 +0000 |
commit | 1de42bc3bc0674fd42dc3dc9af65f5206cb045e6 (patch) | |
tree | bb04da8579629befb37202123bc732283275bcf9 /net/net-snmp/Makefile | |
parent | f924fbb3f65861e1b6722af156748eb6133f17cb (diff) | |
download | pkgsrc-1de42bc3bc0674fd42dc3dc9af65f5206cb045e6.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/Makefile')
-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/ |