summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-30 03:18:09 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-30 03:18:09 +0000
commitbada70ab1f64ff55821d7048a617e91835b543d8 (patch)
treedbd6926a6ba8c7e5df5873ff3fe68f5f29a34b09 /emulators
parent(1) Change logic for dependency: instead of defining "is_depended" (diff)
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Notes
Notes: svn path=/head/; revision=6369
Diffstat (limited to 'emulators')
-rw-r--r--emulators/cpmtools/Makefile5
-rw-r--r--emulators/ines/Makefile4
-rw-r--r--emulators/linux_base-6/Makefile4
-rw-r--r--emulators/linux_base-62/Makefile4
-rw-r--r--emulators/linux_base-8/Makefile4
-rw-r--r--emulators/linux_base-rh-9/Makefile4
-rw-r--r--emulators/linux_base-suse-9.1/Makefile4
-rw-r--r--emulators/linux_base-suse-9.2/Makefile4
-rw-r--r--emulators/linux_base-suse-9.3/Makefile4
-rw-r--r--emulators/linux_base/Makefile4
-rw-r--r--emulators/mastergear/Makefile4
-rw-r--r--emulators/vgb/Makefile4
12 files changed, 25 insertions, 24 deletions
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 <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $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 <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $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 <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $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