diff options
author | andreas <andreas@FreeBSD.org> | 1996-07-11 17:51:35 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-07-11 17:51:35 +0000 |
commit | 3c8af3f316ab2f8889c46c18f2c1d88f2a522d68 (patch) | |
tree | c78bfbcdc64eb43c6f925354722a657d708c5f49 /net | |
parent | 3c6bcd6e7f378803655b530038fa8171aabb780e (diff) | |
download | FreeBSD-ports-3c8af3f316ab2f8889c46c18f2c1d88f2a522d68.zip FreeBSD-ports-3c8af3f316ab2f8889c46c18f2c1d88f2a522d68.tar.gz |
added gatekeeper as first master ftp site
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-finger/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gnu-finger/Makefile b/net/gnu-finger/Makefile index 522b64a..f1dfed0 100644 --- a/net/gnu-finger/Makefile +++ b/net/gnu-finger/Makefile @@ -3,13 +3,14 @@ # Date created: 20 June 1996 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/10 22:33:13 asami Exp $ # DISTNAME= finger-1.37 PKGNAME= gnu-finger-1.37 CATEGORIES= net -MASTER_SITES= ftp://ftp.cc.keio.ac.jp/pub/mirror/GNU/ +MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \ + ftp://ftp.cc.keio.ac.jp/pub/mirror/GNU/ MAINTAINE= sanpei@yy.cs.keio.ac.jp |