diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-26 02:26:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-26 02:26:17 +0800 |
commit | 437c89913d3eb85b35c94abf6bd89be22f5da16e (patch) | |
tree | 2fddf17c3dbec72aa84ced8438cbe4878b8fc8bb /www/opera/Makefile | |
parent | 44e007b6b7b717cf8fb26954bb10675906da923a (diff) | |
download | freebsd-ports-graphics-437c89913d3eb85b35c94abf6bd89be22f5da16e.tar.gz freebsd-ports-graphics-437c89913d3eb85b35c94abf6bd89be22f5da16e.tar.zst freebsd-ports-graphics-437c89913d3eb85b35c94abf6bd89be22f5da16e.zip |
Fix fetch due to a re-rolled distfile.
Submitted by: maintainer
Approved by: portmgr (implicit)
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 8f4a61855b0..a5dc2b73d03 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -8,15 +8,15 @@ PORTNAME= opera PORTVERSION= 7.23.20031119 CATEGORIES= www -MASTER_SITES= ftp://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/723/final/en/static/ \ - ftp://sunsite.cnlab-switch.ch/mirror/opera/unix/freebsd/723/final/en/static/ \ - ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/723/final/en/static/ \ - ftp://ftp.ntua.gr/pub/www/Opera/unix/freebsd/723/final/en/static/ \ - http://mirrors.pmmf.hu/mirror/opera/unix/freebsd/723/final/en/static/ \ - ftp://ftp.task.gda.pl/pub/opera/unix/freebsd/723/final/en/static/ \ - ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/723/final/en/static/ \ - http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/723/final/en/static/ \ - ftp://ftp.opera.com/pub/opera/unix/freebsd/723/final/en/static/ +MASTER_SITES= ftp://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/723/final/en/ \ + ftp://sunsite.cnlab-switch.ch/mirror/opera/unix/freebsd/723/final/en/ \ + ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/723/final/en/ \ + ftp://ftp.ntua.gr/pub/www/Opera/unix/freebsd/723/final/en/ \ + http://mirrors.pmmf.hu/mirror/opera/unix/freebsd/723/final/en/ \ + ftp://ftp.task.gda.pl/pub/opera/unix/freebsd/723/final/en/ \ + ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/723/final/en/ \ + http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/723/final/en/ \ + ftp://ftp.opera.com/pub/opera/unix/freebsd/723/final/en/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/3./3-/}.1-static-qt.i386.freebsd-en |