diff options
author | ceri <ceri@FreeBSD.org> | 2003-08-16 00:24:21 +0800 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2003-08-16 00:24:21 +0800 |
commit | 16605258841f219e19d23ba0dae139819c983c7d (patch) | |
tree | fcb628a52ce69c9bf185788faf826117ec53accd /astro | |
parent | 0de40797a688b9836644a29d12771f3a5ef57f03 (diff) | |
download | freebsd-ports-gnome-16605258841f219e19d23ba0dae139819c983c7d.tar.gz freebsd-ports-gnome-16605258841f219e19d23ba0dae139819c983c7d.tar.zst freebsd-ports-gnome-16605258841f219e19d23ba0dae139819c983c7d.zip |
o Correct the number of extra markers that we provide, according to pkg-descr
o Correct portlint warnings
PR: ports/55332
Reviewed by: adamw
Diffstat (limited to 'astro')
-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 |