diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-15 22:35:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-15 22:35:10 +0000 |
commit | 7bae909b2baa18d24b1f8678953ed1a6e4ee0fbb (patch) | |
tree | c5c8b536c6a0c5c16c02a3399a08c70fd6fc3c4f | |
parent | 16c27e5849349049bd1a20b7e6d6356bbff24e0c (diff) | |
download | FreeBSD-ports-7bae909b2baa18d24b1f8678953ed1a6e4ee0fbb.zip FreeBSD-ports-7bae909b2baa18d24b1f8678953ed1a6e4ee0fbb.tar.gz |
CATAGORIES+= -> CATAGORIES=
-rw-r--r-- | astro/luna/Makefile | 4 | ||||
-rw-r--r-- | astro/sattrack/Makefile | 4 | ||||
-rw-r--r-- | astro/stars/Makefile | 4 | ||||
-rw-r--r-- | astro/sunclock/Makefile | 4 | ||||
-rw-r--r-- | astro/xearth/Makefile | 10 | ||||
-rw-r--r-- | astro/xephem/Makefile | 3 | ||||
-rw-r--r-- | astro/xphoon/Makefile | 4 |
7 files changed, 16 insertions, 17 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index 5938a3a..a2d5e7b 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -3,12 +3,12 @@ # Date created: 03 July 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:53:50 asami Exp $ # DISTNAME= luna19 PKGNAME= luna-1.9 -CATEGORIES+= astro games +CATEGORIES= astro games MASTER_SITES= ftp://ftp.nc.nihon-u.ac.jp/pub/MSDOS/games/ MAINTAINER= pcs51674@asciinet.or.jp diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index 042a6b8..16e7f53 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 diff --git a/astro/stars/Makefile b/astro/stars/Makefile index f6fa917..b4bd94e 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -3,12 +3,12 @@ # Date created: 10 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.2 1996/08/08 01:15:50 chuckr Exp $ +# $Id: Makefile,v 1.3 1996/10/31 10:45:34 asami Exp $ # DISTNAME= stars-1.0-ss-9.03 PKGNAME= stars-1.0 -CATEGORIES+= astro x11 +CATEGORIES= astro x11 MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/stars-1.0/ \ ftp://askdonald.ask.uni-karlsruhe.de/hpux/X11/Demos/stars-1.0/ diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 17f3e07..4c99d6f 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -3,12 +3,12 @@ # Date created: 15 September 1996 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1996/09/14 23:43:02 torstenb Exp $ +# $Id: Makefile,v 1.2 1996/10/31 10:45:37 asami Exp $ # DISTNAME= sunclock1.3 PKGNAME= sunclock-1.3 -CATEGORIES+= astro +CATEGORIES= astro MASTER_SITES= ftp://ftp.x.org/contrib/applications/ MAINTAINER= torstenb@FreeBSD.org diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 9cec022..d7df37a 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -3,19 +3,19 @@ # Date created: 29 October 1995 # Whom: piero # -# $Id: Makefile,v 1.6 1996/03/29 05:28:13 asami Exp $ +# $Id: Makefile,v 1.7 1996/10/31 10:45:39 asami Exp $ # DISTNAME= xearth-1.0 -CATEGORIES+= astro x11 +CATEGORIES= astro x11 MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ USE_IMAKE= yes # Copy the list of FreeBSD sites post-install: - mkdir -p ${PREFIX}/lib/X11/xearth - cp ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth - cp ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth + ${MKDIR} ${PREFIX}/lib/X11/xearth + ${CP} ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth + ${CP} ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth .include <bsd.port.mk> diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 6bc3b29..a0b8dc8 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> diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index e185913..2b13968 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -3,12 +3,12 @@ # Date created: 14 February 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1995/04/12 15:22:39 asami Exp $ +# $Id: Makefile,v 1.5 1996/10/31 10:45:45 asami Exp $ # DISTNAME= xphoon PKGNAME= xphoon-91.9.18 -CATEGORIES+= astro x11 +CATEGORIES= astro x11 MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/ EXTRACT_SUFX= .tar.Z |