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 | |
parent | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (diff) | |
download | ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.tar.gz ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cpmemu/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 9 | ||||
-rw-r--r-- | emulators/wine/Makefile | 9 | ||||
-rw-r--r-- | emulators/x48/Makefile | 5 |
4 files changed, 12 insertions, 17 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index 13cd8cb7a817..596f53c10a6c 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -2,14 +2,14 @@ # Version required: 0.2 # Date created: 28 June 1995 # Whom: janek@gaja.ipan.lublin.pl -# $Id$ +# $Id: Makefile,v 1.5 1996/11/12 02:16:40 obrien Exp $ # DISTNAME= cpm-0.2 PKGNAME= cpmemu-0.2 CATEGORIES= emulators -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/ \ - ftp://ftp.icm.edu.pl/pub2/linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= distributions/slackware/source/extra-stuff/CPM-80-emulator/ MAINTAINER= ports@FreeBSD.org diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 8e9c26f92a8b..4b8bd6dad52d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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 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 diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 94724dab1a23..8179c37e0877 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -3,12 +3,13 @@ # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1996/10/24 20:41:37 erich Exp $ +# $Id: Makefile,v 1.2 1996/11/12 02:17:07 obrien Exp $ # DISTNAME= x48-0.4.0 CATEGORIES= emulators -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Emulators/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/Emulators MAINTAINER= erich@FreeBSD.org |