diff options
author | tron <tron@pkgsrc.org> | 2000-01-15 11:02:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-15 11:02:18 +0000 |
commit | 87ad212089a78eec1b014dc042d05dc769a7a142 (patch) | |
tree | b6920202ebfd46258fe5bec64592f0a96861422a /www/navigator | |
parent | d4f6494b6c142b8508e79eb46f84c95dd0045f70 (diff) | |
download | pkgsrc-87ad212089a78eec1b014dc042d05dc769a7a142.tar.gz |
Fix URL for mirror on "ftp.informatik.rwth-aachen.de" so it will be
actually used.
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 55bea4b001f..e63b8505298 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2000/01/14 17:56:33 abs Exp $ +# $NetBSD: Makefile.common,v 1.6 2000/01/15 11:02:18 tron Exp $ # # Common include file for communicator and navigator packages @@ -56,7 +56,7 @@ SUB= english/${NS_VERS}/unix/${DIST_DIR_NAME}/${DIST_SDIR_NAME} MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/${SUB}/ \ ftp://ftp-uk.netscape.com/pub/communicator/${SUB}/ \ ftp://sunsite.utk.edu/pub/netscape/communicator/${SUB}/ \ - ftp.informatik.rwth-aachen.de:/pub/mirror/ftp.netscape.com/pub/communicator/${SUB}/ + ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.netscape.com/pub/communicator/${SUB}/ ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-sparc MIRROR_DISTFILE=no |