diff options
author | asami <asami@FreeBSD.org> | 1996-10-31 18:45:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-31 18:45:45 +0800 |
commit | 3ddfd62d75ca4e23279bceb4e6b28eb2f048ae68 (patch) | |
tree | dbc7afd0043fb8e9d5e9b15a7d57444cb02e98ba | |
parent | 3bf4535824e38a26d8af750a4500cce8d5feb1b5 (diff) | |
download | freebsd-ports-gnome-3ddfd62d75ca4e23279bceb4e6b28eb2f048ae68.tar.gz freebsd-ports-gnome-3ddfd62d75ca4e23279bceb4e6b28eb2f048ae68.tar.zst freebsd-ports-gnome-3ddfd62d75ca4e23279bceb4e6b28eb2f048ae68.zip |
These ports are moved to astro. (Repository copy already done, this
is the post-processing stuff.)
-rw-r--r-- | astro/Makefile | 12 | ||||
-rw-r--r-- | astro/stars/Makefile | 4 | ||||
-rw-r--r-- | astro/sunclock/Makefile | 4 | ||||
-rw-r--r-- | astro/xearth/Makefile | 4 | ||||
-rw-r--r-- | astro/xephem/Makefile | 4 | ||||
-rw-r--r-- | astro/xphoon/Makefile | 4 |
6 files changed, 16 insertions, 16 deletions
diff --git a/astro/Makefile b/astro/Makefile index 1855ca4c20fb..10d654277495 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.36 1996/10/18 15:05:24 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:46:42 asami Exp $ # SUBDIR += luna -# SUBDIR += stars -# SUBDIR += sunclock -# SUBDIR += xearth -# SUBDIR += xephem -# SUBDIR += xphoon + SUBDIR += stars + SUBDIR += sunclock + SUBDIR += xearth + SUBDIR += xephem + SUBDIR += xphoon .include <bsd.port.subdir.mk> diff --git a/astro/stars/Makefile b/astro/stars/Makefile index df88793e5aea..f6fa917065e5 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -3,12 +3,12 @@ # Date created: 10 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.1.1.1 1996/08/03 22:42:46 chuckr Exp $ +# $Id: Makefile,v 1.2 1996/08/08 01:15:50 chuckr Exp $ # DISTNAME= stars-1.0-ss-9.03 PKGNAME= stars-1.0 -CATEGORIES+= 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 c01b0d589eb3..17f3e07a0063 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -3,12 +3,12 @@ # Date created: 15 September 1996 # Whom: torstenb # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/09/14 23:43:02 torstenb Exp $ # DISTNAME= sunclock1.3 PKGNAME= sunclock-1.3 -CATEGORIES+= x11 +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 d637acbe8495..9cec022f3a40 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -3,11 +3,11 @@ # Date created: 29 October 1995 # Whom: piero # -# $Id: Makefile,v 1.5 1995/10/01 21:53:49 roberto Exp $ +# $Id: Makefile,v 1.6 1996/03/29 05:28:13 asami Exp $ # DISTNAME= xearth-1.0 -CATEGORIES+= x11 +CATEGORIES+= astro x11 MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ USE_IMAKE= yes diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 8068620d565e..6bc3b2948f64 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -3,12 +3,12 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/08/03 09:01:59 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/08/16 17:04:26 erich Exp $ # DISTNAME= xephem_2.7.1 PKGNAME= xephem-2.7.1 -CATEGORIES= misc +CATEGORIES= astro MASTER_SITES= ftp://ftp.x.org/contrib/applications/ MAINTAINER= erich@FreeBSD.org diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index d1e777df5a0a..e185913dd4d2 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -3,12 +3,12 @@ # Date created: 14 February 1995 # Whom: asami # -# $Id: Makefile,v 1.3 1995/04/01 12:51:36 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/12 15:22:39 asami Exp $ # DISTNAME= xphoon PKGNAME= xphoon-91.9.18 -CATEGORIES+= x11 +CATEGORIES+= astro x11 MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/ EXTRACT_SUFX= .tar.Z |