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/xephem/Makefile | |
parent | attach new ports (diff) |
CATAGORIES+= -> CATAGORIES=
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 6bc3b2948f64..a0b8dc83c9bb 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1996/08/16 17:04:26 erich Exp $ +# $Id: Makefile,v 1.2 1996/10/31 10:45:42 asami Exp $ # DISTNAME= xephem_2.7.1 @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.x.org/contrib/applications/ MAINTAINER= erich@FreeBSD.org REQUIRES_MOTIF= yes - USE_IMAKE= yes .include <bsd.port.mk> |