diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-02 20:43:45 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-02 20:43:45 +0000 |
commit | 458a30ced84277c1325ed34c5c07297ebe878b22 (patch) | |
tree | 633054c06d6059127c970448da699bb4edde693a /net/net-snmp4 | |
parent | 3963399da53703638b658bd1188a3e24f7a4ab45 (diff) | |
download | ports-458a30ced84277c1325ed34c5c07297ebe878b22.tar.gz ports-458a30ced84277c1325ed34c5c07297ebe878b22.zip |
Notes
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 986ec17d56c1..7b65fb5c5720 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -3,12 +3,14 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.15 1997/11/23 16:59:12 asami Exp $ +# $Id: Makefile,v 1.16 1998/04/02 18:04:46 andreas Exp $ # DISTNAME= ucd-snmp-3.3.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ +MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ + ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ + ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ MAINTAINER= gpalmer@FreeBSD.ORG |