From bada70ab1f64ff55821d7048a617e91835b543d8 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 30 Apr 1997 03:18:09 +0000 Subject: Use new MASTER_SITE_LOCAL variable from bsd.port.mk. --- emulators/cpmtools/Makefile | 5 +++-- emulators/ines/Makefile | 4 ++-- emulators/linux_base-6/Makefile | 4 ++-- emulators/linux_base-62/Makefile | 4 ++-- emulators/linux_base-8/Makefile | 4 ++-- emulators/linux_base-rh-9/Makefile | 4 ++-- emulators/linux_base-suse-9.1/Makefile | 4 ++-- emulators/linux_base-suse-9.2/Makefile | 4 ++-- emulators/linux_base-suse-9.3/Makefile | 4 ++-- emulators/linux_base/Makefile | 4 ++-- emulators/mastergear/Makefile | 4 ++-- emulators/vgb/Makefile | 4 ++-- 12 files changed, 25 insertions(+), 24 deletions(-) (limited to 'emulators') diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 61f54ba1fb5d..7a5d5b14a541 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,13 +3,14 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.14 1996/11/12 02:16:41 obrien Exp $ +# $Id: Makefile,v 1.15 1996/11/18 13:58:24 asami Exp $ # DISTNAME= cpm-1.1 PKGNAME= cpmtools-1.1 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} + MAINTAINER= joerg@FreeBSD.org WRKSRC= ${WRKDIR}/cpm diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index f0586242b163..ea2e86438c46 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -3,13 +3,13 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.1.1.1 1996/11/15 16:53:43 erich Exp $ +# $Id: Makefile,v 1.2 1996/12/05 10:59:49 asami Exp $ # DISTNAME= NES PKGNAME= ines-0.5 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= iNES05-FreeBSD-80x86-bin.tar.Z MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index b38ce2e9d765..d285cd1e8128 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -3,12 +3,12 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ +# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ # DISTNAME= linux_lib-2.4 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile index 918e1ee51bf6..e966a870eaa3 100644 --- a/emulators/mastergear/Makefile +++ b/emulators/mastergear/Makefile @@ -3,13 +3,13 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.1.1.1 1996/11/15 16:42:50 erich Exp $ +# $Id: Makefile,v 1.2 1996/12/05 11:04:42 asami Exp $ # DISTNAME= SMS PKGNAME= mastergear-0.8 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= MG.tar.Z MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index 1fde1e3c1f47..877f5cf4289c 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -3,13 +3,13 @@ # Date created: 31 October 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.2 1996/11/16 09:00:17 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/29 19:47:00 torstenb Exp $ # DISTNAME= GB PKGNAME= vgb-0.7 CATEGORIES= emulators -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= VGB.tar.Z MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -- cgit v1.2.3