diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 642e5987324e604d3b5cd0aa6f649eca92e5d13a (patch) | |
tree | e0c2df877acdbfe32ecf7d82a41ee25033ec4532 /emulators/wine/Makefile | |
parent | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (diff) | |
download | ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.tar.gz ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.zip |
Notes
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 8e9c26f92a8b..4b8bd6dad52d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,18 +3,15 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.34 1996/11/12 02:17:06 obrien Exp $ +# $Id: Makefile,v 1.35 1996/11/17 05:48:49 obrien Exp $ # DATE= 961102 DISTNAME= Wine-${DATE} PKGNAME= wine-96.11.02 CATEGORIES= emulators x11 -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \ - ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \ - ftp://ftp.dfv.rwth-aachen.de/pub/linux/sunsite/ALPHA/wine/development/ \ - ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/ \ - ftp://aris.com/pub/linux/ALPHA/Wine/development/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= ALPHA/wine/development MAINTAINER= se@FreeBSD.ORG |