diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-25 18:26:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-25 18:26:17 +0000 |
commit | 07ad85660b3d4cf6d618cf1d836af38675bc6733 (patch) | |
tree | 004e72bc140607bf89c444cdbcaf76e51f440bfb /www/opera/Makefile | |
parent | f3968bc45ba0e79ad834258da2a2b7496d29677f (diff) | |
download | ports-07ad85660b3d4cf6d618cf1d836af38675bc6733.tar.gz ports-07ad85660b3d4cf6d618cf1d836af38675bc6733.zip |
Fix fetch due to a re-rolled distfile.
Submitted by: maintainer
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=94780
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 8f4a61855b0e..a5dc2b73d03a 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 |