diff options
author | asami <asami@FreeBSD.org> | 1997-04-30 11:18:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-30 11:18:09 +0800 |
commit | 88eb3ae427e3ab7d3f9a4eefcba528c21a999282 (patch) | |
tree | b2296f746cc3c0fbe399852dd937a22039e30217 /lang/modula-3-lib | |
parent | 95c409a37e9502ee12a34eb9f1e3c1ac62187786 (diff) | |
download | freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.gz freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.zst freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.zip |
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Diffstat (limited to 'lang/modula-3-lib')
-rw-r--r-- | lang/modula-3-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile index 179a93921bb2..43e721b704a9 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. |