diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-01-27 01:26:13 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-01-27 01:26:13 +0000 |
commit | 7e65d3ddfda145de5ffcca8832e6e99c756b4731 (patch) | |
tree | 0b98a3711178457a618a42bc1f43364fd6bcda9a /lang/yorick | |
parent | Ever since the port survey started checking in June, 1997, the FTP (diff) |
Remove netlib; they only have yorick.tar.gz and no yorick-1.4.tar.gz .
Notes
Notes:
svn path=/head/; revision=9475
Diffstat (limited to 'lang/yorick')
-rw-r--r-- | lang/yorick/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile index 2cc5e18a8958..b828fa6d4128 100644 --- a/lang/yorick/Makefile +++ b/lang/yorick/Makefile @@ -3,16 +3,14 @@ # Date created: 26 Oct 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/24 09:23:00 tg Exp $ # DISTNAME= yorick-1.4 PKGNAME= yorick-1.4.1 CATEGORIES= lang math MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/ \ - ftp://wuarchive.wustl.edu/languages/yorick/ \ - ftp://netlib.att.com/netlib/env/ \ - ftp://netlib2.cs.utk.edu/env/ + ftp://wuarchive.wustl.edu/languages/yorick/ PATCH_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/ PATCHFILES= yorick-1.4.diff.gz |