diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 1995-10-01 21:54:50 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 1995-10-01 21:54:50 +0000 |
commit | 247a0eac30175bb6f34ab3af61eaf5f5b3770f73 (patch) | |
tree | 558158bb8ec0f1080220c2ee6908a1edce6c076a /astro/xearth | |
parent | 93d99c32c308f83ef6d0b7fcee0005cac7c9b17c (diff) | |
download | ports-247a0eac30175bb6f34ab3af61eaf5f5b3770f73.tar.gz ports-247a0eac30175bb6f34ab3af61eaf5f5b3770f73.zip |
Notes
Diffstat (limited to 'astro/xearth')
-rw-r--r-- | astro/xearth/Makefile | 10 | ||||
-rw-r--r-- | astro/xearth/distinfo | 2 | ||||
-rw-r--r-- | astro/xearth/pkg-comment | 2 | ||||
-rw-r--r-- | astro/xearth/pkg-descr | 5 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 |
5 files changed, 11 insertions, 9 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 69f89af58e93..baa2b929742b 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: xearth -# Version required: 0.92 +# Version required: 1.0 # Date created: 29 October 1995 # Whom: piero # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/12 20:31:54 asami Exp $ # -DISTNAME= xearth-0.92 +DISTNAME= xearth-1.0 CATEGORIES+= x11 MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ USE_IMAKE= yes # Copy the list of FreeBSD sites -pre-patch: - cp ${FILESDIR}/freebsd.h ${WRKSRC} +post-install: + cp ${FILESDIR}/freebsd.markers ${PREFIX}/lib/X11 .include <bsd.port.mk> diff --git a/astro/xearth/distinfo b/astro/xearth/distinfo index 75c04fb6b360..5d939227eb86 100644 --- a/astro/xearth/distinfo +++ b/astro/xearth/distinfo @@ -1 +1 @@ -MD5 (xearth-0.92.tar.gz) = b500455c29e8e1ea5eb45df8ec043e56 +MD5 (xearth-1.0.tar.gz) = 241bb88b946631a9b0de91602a1bb639 diff --git a/astro/xearth/pkg-comment b/astro/xearth/pkg-comment index 046ac24e9481..eac4520db42a 100644 --- a/astro/xearth/pkg-comment +++ b/astro/xearth/pkg-comment @@ -1 +1 @@ -XEarth 0.92 +XEarth 1.0 diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr index 1628132c7801..3a2d9d0a84bf 100644 --- a/astro/xearth/pkg-descr +++ b/astro/xearth/pkg-descr @@ -6,5 +6,6 @@ time between updates can be changed with the -wait option. Xearth can also render directly into PPM and GIF files instead of drawing in the root window. -This version has a new option (-freebsd) that will display -notable FreeBSD sites instead of city names. +There is an additional file called freebsd.markers which +give the location of several FreeBSD core team members and +FTP sites. diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist index a24aa452e386..b97635f6f9ed 100644 --- a/astro/xearth/pkg-plist +++ b/astro/xearth/pkg-plist @@ -1,3 +1,4 @@ @cwd /usr/X11R6 bin/xearth man/man1/xearth.1.gz +lib/X11/freebsd.markers |