diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 22:35:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 22:35:10 +0000 |
commit | a3dbd66287184164681fc124c2e60f8e3b5a3f1d (patch) | |
tree | c411c765e75b183555097debe1d083cbb089248a /astro/sattrack | |
parent | 171c958ea0a5684568b60ed5b5321361b0516594 (diff) | |
download | ports-a3dbd66287184164681fc124c2e60f8e3b5a3f1d.tar.gz ports-a3dbd66287184164681fc124c2e60f8e3b5a3f1d.zip |
CATAGORIES+= -> CATAGORIES=
Notes
Notes:
svn path=/head/; revision=4496
Diffstat (limited to 'astro/sattrack')
-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 042a6b82fa41..16e7f53e0a70 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -3,11 +3,11 @@ # Date created: 6 Apr 1996 # Whom: Brent J. Nordquist <nordquist@platinum.com> # -# $Id: Makefile,v 1.2 1996/04/15 09:35:10 tg Exp $ +# $Id: Makefile,v 1.3 1996/10/31 11:22:02 asami Exp $ # DISTNAME= sattrack-3.1.4 -CATEGORIES+= astro +CATEGORIES= astro MASTER_SITES= http://ssl.berkeley.edu/isi_www/ MAINTAINER= nordquist@platinum.com |