diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-11-23 20:48:23 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-11-23 20:48:23 +0000 |
commit | c68c8e1b86b3d89cce231e71585acfb4f72c51a0 (patch) | |
tree | 40033d6658892025a418cd83e9b8daac1bd88985 /emulators/wine | |
parent | - Update to 1.0.50 (diff) |
The sourceforge mastersite behaves very strangely today, including serving
empty tarballs. Add ibiblio.org as an alternative download site and make
it the default for now.
Inspired by ports/89442 by Andrew P. <infofarmer@gmail.com>.
Notes
Notes:
svn path=/head/; revision=149206
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index bb58ae522563..1975292922c9 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -10,7 +10,8 @@ PORTNAME= wine PORTVERSION= 0.9.1 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ + ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org |