diff options
author | Ceri Davies <ceri@FreeBSD.org> | 2003-08-15 16:24:21 +0000 |
---|---|---|
committer | Ceri Davies <ceri@FreeBSD.org> | 2003-08-15 16:24:21 +0000 |
commit | 450dc48405ee086c976742194bafdec3c9ff82d0 (patch) | |
tree | 6e15f7e9c94c1a441f665280b78119f75347d1e9 /astro/xearth | |
parent | 7f4bf1575fa0dfcfb1ebf56e815c143da7795d65 (diff) |
Notes
Diffstat (limited to 'astro/xearth')
-rw-r--r-- | astro/xearth/Makefile | 8 | ||||
-rw-r--r-- | astro/xearth/pkg-descr | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 5fc48ca22076..476f81689ece 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -7,11 +7,11 @@ PORTNAME= xearth PORTVERSION= 1.1 -CATEGORIES= astro x11 +CATEGORIES= astro MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \ ftp://ftp.cs.colorado.edu/users/tuna/ \ ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications +MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the image of earth @@ -23,8 +23,8 @@ MAN1= xearth.1 # Copy the list of FreeBSD sites & committers locations post-install: @${MKDIR} ${PREFIX}/lib/X11/xearth -.for file in freebsd.committers.markers freebsd.ftp.markers - @${INSTALL_DATA} ${FILESDIR}/${file} ${PREFIX}/lib/X11/xearth +.for marker in freebsd.committers.markers freebsd.ftp.markers + @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth .endfor .include <bsd.port.mk> diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr index 7930e0a1293f..8fe5f5dcb052 100644 --- a/astro/xearth/pkg-descr +++ b/astro/xearth/pkg-descr @@ -6,13 +6,11 @@ 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. -There are four addition marker file installed in +There are two additional marker files installed in /usr/X11R6/lib/X11/xearth which specify the locations of various FreeBSD people and places: -freebsd.core.markers - members of the FreeBSD core team -freebsd.committers.markers - FreeBSD committers (non-core) -freebsd.core_and_committers.markers - core plus committers +freebsd.committers.markers - FreeBSD committers freebsd.ftp.markers - FreeBSD FTP mirrors WWW: http://www.cs.colorado.edu/~tuna/xearth/index.html |