diff options
author | taya <taya@pkgsrc.org> | 2004-11-10 14:38:45 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-11-10 14:38:45 +0000 |
commit | 86d4e4df43da8f5f3adfe275f89f02d48aabd0bc (patch) | |
tree | 38d33ead2ce21ac84b28c5899c06d60e3a87991f /www/firefox/Makefile-firefox.common | |
parent | a47d193e748cff0d072d8cee8394f7cb09ebfa9e (diff) | |
download | pkgsrc-86d4e4df43da8f5f3adfe275f89f02d48aabd0bc.tar.gz |
- correct path of mirror site
- add some missing files to PLIST
Diffstat (limited to 'www/firefox/Makefile-firefox.common')
-rw-r--r-- | www/firefox/Makefile-firefox.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index cdbfa29dfd5..86eb8a0c8cb 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,16 +1,16 @@ -# $NetBSD: Makefile-firefox.common,v 1.7 2004/11/09 20:10:14 xtraeme Exp $ +# $NetBSD: Makefile-firefox.common,v 1.8 2004/11/10 14:38:45 taya Exp $ MOZILLA_BIN= firefox-bin MOZ_VER= 1.0 EXTRACT_SUFX= .tar.bz2 -DISTNAME= firefox-1.0-source +DISTNAME= firefox-${MOZ_VER}-source DIST_SUBDIR= firefox-${MOZ_VER} MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/source/ \ ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/source/ \ - http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ \ - ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ + http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/ \ + ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/ HOMEPAGE= http://www.mozilla.org/projects/firefox/ |