diff options
author | asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
commit | 88eb3ae427e3ab7d3f9a4eefcba528c21a999282 (patch) | |
tree | b2296f746cc3c0fbe399852dd937a22039e30217 /lang | |
parent | 95c409a37e9502ee12a34eb9f1e3c1ac62187786 (diff) | |
download | FreeBSD-ports-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.zip FreeBSD-ports-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.gz |
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mit-scheme/Makefile | 2 | ||||
-rw-r--r-- | lang/modula-3-lib/Makefile | 4 | ||||
-rw-r--r-- | lang/pbasic/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile index 457d66c..d2cb49f 100644 --- a/lang/mit-scheme/Makefile +++ b/lang/mit-scheme/Makefile @@ -7,7 +7,7 @@ DISTNAME= mit-scheme PKGNAME= mit-scheme-7.3 CATEGORIES= lang -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= scheme-microcode+dist-7.3-freebsd.tgz MAINTAINER= jmacd@FreeBSD.ORG diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile index 179a939..43e721b 100644 --- a/lang/modula-3-lib/Makefile +++ b/lang/modula-3-lib/Makefile @@ -3,12 +3,12 @@ # Date created: 28 Oct 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.5 1997/02/14 22:17:03 jdp Exp $ +# $Id: Makefile,v 1.6 1997/03/28 04:38:43 jdp Exp $ # DISTNAME= modula-3-lib-3.6 CATEGORIES= lang -MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= m3-fbsd-src-3.6.tar.gz m3-fbsd-m3cc-3.6.tar.gz # Note: Depending on what is already installed on the system, the code # below may add some more DISTFILES. diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index 584dc5a..3d4ee1f 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -3,13 +3,13 @@ # Date created: 13th August 1995 # Whom: Julian Stacey <jhs@freebsd.org> # -# $Id: Makefile,v 1.5 1996/11/17 06:12:39 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/19 01:17:45 asami Exp $ # DISTNAME= pbasic-2.0-950813 PKGNAME= pbasic-2.0 CATEGORIES= lang -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= asami@FreeBSD.ORG # Ask jhs@freebsd.org if you want newer sources or author's latest e-mail |