diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xearth/Makefile | 2 | ||||
-rw-r--r-- | astro/xearth/files/freebsd.submitters.markers | 12 | ||||
-rw-r--r-- | astro/xearth/pkg-descr | 1 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 |
4 files changed, 15 insertions, 1 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 476f816..7723f7e 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -23,7 +23,7 @@ MAN1= xearth.1 # Copy the list of FreeBSD sites & committers locations post-install: @${MKDIR} ${PREFIX}/lib/X11/xearth -.for marker in freebsd.committers.markers freebsd.ftp.markers +.for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth .endfor diff --git a/astro/xearth/files/freebsd.submitters.markers b/astro/xearth/files/freebsd.submitters.markers new file mode 100644 index 0000000..cc17531 --- /dev/null +++ b/astro/xearth/files/freebsd.submitters.markers @@ -0,0 +1,12 @@ +# $Id$ +# +# FreeBSD Project Submitters, for us mere mortals who contribute +# via send-pr :) +# +# In case you don't know the exact coordinates, you might find it at +# http://www.heavens-above.com/ +# +# Style (sorted from east to west): sort -n -r -k 2 +# Lat, Long, "name" opt # location + + 39.536, -76.349 "erik@smluc.org" # Bel Air, MD, USA diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr index 8fe5f5d..e0a4db2 100644 --- a/astro/xearth/pkg-descr +++ b/astro/xearth/pkg-descr @@ -11,6 +11,7 @@ There are two additional marker files installed in various FreeBSD people and places: freebsd.committers.markers - FreeBSD committers +freebsd.submitters.markers - FreeBSD submitters freebsd.ftp.markers - FreeBSD FTP mirrors WWW: http://www.cs.colorado.edu/~tuna/xearth/index.html diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist index da04bf9..1119adb 100644 --- a/astro/xearth/pkg-plist +++ b/astro/xearth/pkg-plist @@ -1,4 +1,5 @@ bin/xearth lib/X11/xearth/freebsd.committers.markers +lib/X11/xearth/freebsd.submitters.markers lib/X11/xearth/freebsd.ftp.markers @dirrm lib/X11/xearth |