diff options
author | fenner <fenner@FreeBSD.org> | 1997-08-19 06:19:20 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-08-19 06:19:20 +0800 |
commit | 0d1f6d76efbe325924e50d049d6397b8882a1ec3 (patch) | |
tree | 4333270d0bfe1aa74fc98490732bf43ad7294b8f /astro | |
parent | 477fdba765a9b903882b33f71690dec7ea6b9f55 (diff) | |
download | freebsd-ports-gnome-0d1f6d76efbe325924e50d049d6397b8882a1ec3.tar.gz freebsd-ports-gnome-0d1f6d76efbe325924e50d049d6397b8882a1ec3.tar.zst freebsd-ports-gnome-0d1f6d76efbe325924e50d049d6397b8882a1ec3.zip |
Move sattrack to ${MASTER_SITE_LOCAL} since it has disappeared from
the previous master site. Brent Nordquist (bjn@visi.com) got permission
from Manfred Bester to keep this file in LOCAL_PORTS:
| I herewith give you permission to put the original distribution file
| sattrack-3.1.6.tar.gz on the archive.
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sattrack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index caf7773c4d7f..4c196456cb93 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -3,12 +3,12 @@ # Date created: 6 Apr 1996 # Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id: Makefile,v 1.6 1997/01/28 08:11:05 asami Exp $ +# $Id: Makefile,v 1.7 1997/03/02 11:54:20 asami Exp $ # DISTNAME= sattrack-3.1.6 CATEGORIES= astro -MASTER_SITES= http://ssl.berkeley.edu/isi_www/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= bjn@visi.com |