diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-07-01 22:42:41 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-07-01 22:42:41 +0800 |
commit | 83c00e9f330781ebe2259c70d2b5e033036bac66 (patch) | |
tree | dbe0cac4bcebe10abb77c81de160c77b9f4e9145 /lang | |
parent | 062709190c90f36cd77f76fddc0a04aa6ca0b02d (diff) | |
download | freebsd-ports-gnome-83c00e9f330781ebe2259c70d2b5e033036bac66.tar.gz freebsd-ports-gnome-83c00e9f330781ebe2259c70d2b5e033036bac66.tar.zst freebsd-ports-gnome-83c00e9f330781ebe2259c70d2b5e033036bac66.zip |
Remove the two "priming" MASTER_SITEs now that ftp.freebsd.org has
Daniel Eischen's boot-strapping package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index a5e40c9ba853..e2764863ff63 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -5,7 +5,7 @@ # Porter (original): nils@guru.ims.uni-stuttgart.de # Porter (version 3): maurice@serc.rmit.edu.au # -# $Id: Makefile,v 1.16 1998/01/18 15:12:38 steve Exp $ +# $Id: Makefile,v 1.18 1999/06/24 11:10:37 sheldonh Exp $ # # Note: # - FreeBSD tasking libraries created by Dan Eischen have been incorporated @@ -18,9 +18,7 @@ DISTNAME= gcc-2.8.1 PKGNAME= gnat-3.11p CATEGORIES= lang MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/ \ - ${MASTER_SITE_GNU} \ - ftp://ftp.pcnet.com/users/eischen/GNAT/ \ - http://axl.noc.iafrica.com/~sheldonh/ + ${MASTER_SITE_GNU} DISTFILES= gnat-3.11p-src.tar.gz gcc-2.8.1.tar.gz MAINTAINER= eischen@vigrid.com |