diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-07-21 00:14:06 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-07-21 00:14:06 +0000 |
commit | 57dfdb3ebb7a7935641cb18d3b8a44787cbd0135 (patch) | |
tree | d3ceb530d87c72aa5affe74d1dad1c4dcf0561c7 /net/trafshow3/Makefile | |
parent | Point MASTER_SITES to a server that actually exists; nic.sura.net was (diff) |
Fix path on MASTER_SITE
Found by: distfile checker
Diffstat (limited to '')
-rw-r--r-- | net/trafshow3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 85b476223d58..b96e20ff8fbe 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -3,12 +3,12 @@ # Date created: 25 September 1996 # Whom: igor@zynaps.ru # -# $Id: Makefile,v 1.4 1996/10/19 17:30:01 chuckr Exp $ +# $Id: Makefile,v 1.5 1996/11/18 11:36:50 asami Exp $ # DISTNAME= trafshow-2.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ +MASTER_SITES= ftp://ftp.kiae.su/pub/unix/tcpip/netmaint/ EXTRACT_SUFX= .tgz MAINTAINER= igor@zynaps.ru |