diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-11 19:07:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-11 19:07:03 +0000 |
commit | 2d61773eaba885fd71440bb575bef93affe39c24 (patch) | |
tree | 6d11119473d21391f9a031041121b35fd37182df | |
parent | 4fa0de7b5ca9f7e9b6d758f8d15833267b6b9e52 (diff) | |
download | pkgsrc-2d61773eaba885fd71440bb575bef93affe39c24.tar.gz |
Correct MASTER_SITES. Noted by Kouichirou Hiratsuka in PR pkg/24740.
-rw-r--r-- | www/firefox-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-gtk2/Makefile b/www/firefox-gtk2/Makefile index 13046143586..aec9c5babfc 100644 --- a/www/firefox-gtk2/Makefile +++ b/www/firefox-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/11 08:27:09 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/11 19:07:03 minskim Exp $ MOZILLA= firefox-gtk2 MOZILLA_BIN= firefox-bin @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-source-${MOZ_VER} MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ - ftp://ftp.mozilla.org/pub/mozilla.org/firefox/${MOZ_VER}/ \ + ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ \ ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ |