diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-03-25 11:45:36 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-03-25 11:45:36 +0800 |
commit | a962050ba54a877d731700619e88dc99aa7d9321 (patch) | |
tree | 1ed716a2cabd8b79d495e7f15c5e9aa45e58866e /net-mgmt/net-snmp | |
parent | 32909abb5773ae9f847f65fa8f0789cbdf8f9279 (diff) | |
download | freebsd-ports-gnome-a962050ba54a877d731700619e88dc99aa7d9321.tar.gz freebsd-ports-gnome-a962050ba54a877d731700619e88dc99aa7d9321.tar.zst freebsd-ports-gnome-a962050ba54a877d731700619e88dc99aa7d9321.zip |
Fix MASTER_SITES.
PR: ports/36247
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 4a3c19ebc2af..e6af1da01037 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ - ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ + ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org |