diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
commit | bada70ab1f64ff55821d7048a617e91835b543d8 (patch) | |
tree | dbd6926a6ba8c7e5df5873ff3fe68f5f29a34b09 /lang/modula-3-lib | |
parent | a3bcf12a1024b2027f2e83f7e698b5b6a8453aa2 (diff) | |
download | ports-bada70ab1f64ff55821d7048a617e91835b543d8.tar.gz ports-bada70ab1f64ff55821d7048a617e91835b543d8.zip |
Notes
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. |