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 | |
parent | 171c958ea0a5684568b60ed5b5321361b0516594 (diff) | |
download | ports-a3dbd66287184164681fc124c2e60f8e3b5a3f1d.tar.gz ports-a3dbd66287184164681fc124c2e60f8e3b5a3f1d.zip |
Notes
Diffstat (limited to 'astro')
-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 5938a3a05945..a2d5e7bb9e9a 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 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 diff --git a/astro/stars/Makefile b/astro/stars/Makefile index f6fa917065e5..b4bd94e47e6c 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 17f3e07a0063..4c99d6f8b3d8 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 9cec022f3a40..d7df37ab236c 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 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> diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index e185913dd4d2..2b13968103b9 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 |