diff options
author | billf <billf@FreeBSD.org> | 2001-01-18 07:48:47 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-01-18 07:48:47 +0800 |
commit | 6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7 (patch) | |
tree | 4373a8a1ef463e0399148ecd342ef6f6fb6263c0 /net-mgmt/net-snmp53/Makefile | |
parent | 1b7147fa564843fa6c8260534f4f18fb4a93e5ad (diff) | |
download | freebsd-ports-gnome-6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7.tar.gz freebsd-ports-gnome-6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7.tar.zst freebsd-ports-gnome-6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7.zip |
ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflect
this change (with a repocopy) and update various references.
this does not upgrade this port to the most recent version of net-snmp,
that will be coming soon.
Diffstat (limited to 'net-mgmt/net-snmp53/Makefile')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 62f62e75af7f..5186049e7519 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -8,9 +8,11 @@ PORTNAME= ucd-snmp PORTVERSION= 4.1.2 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ +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/ +MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org |