o Correct the number of extra markers that we provide, according to pkg-descr

o Correct portlint warnings

PR:		ports/55332
Reviewed by:	adamw
This commit is contained in:
Ceri Davies 2003-08-15 16:24:21 +00:00
parent 7f4bf1575f
commit 450dc48405
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86991
2 changed files with 6 additions and 8 deletions

View File

@ -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>

View File

@ -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