diff options
author | eadler <eadler@FreeBSD.org> | 2013-06-26 03:16:58 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-06-26 03:16:58 +0800 |
commit | e887a4e37be9da97136de6feb57d3b0b805733c1 (patch) | |
tree | 03e7fbf1ec8dc6e8088f8ce67397d5e46151c72b | |
parent | 376b7744506a32aa137d76f526d578ebdd99ff9f (diff) | |
download | freebsd-ports-gnome-e887a4e37be9da97136de6feb57d3b0b805733c1.tar.gz freebsd-ports-gnome-e887a4e37be9da97136de6feb57d3b0b805733c1.tar.zst freebsd-ports-gnome-e887a4e37be9da97136de6feb57d3b0b805733c1.zip |
Remove the barely used freebsd.submitters.markers and migrate dhw to the .committers. file.
-rw-r--r-- | astro/xearth/Makefile | 5 | ||||
-rw-r--r-- | astro/xearth/files/freebsd.committers.markers | 1 | ||||
-rw-r--r-- | astro/xearth/files/freebsd.submitters.markers | 15 |
3 files changed, 3 insertions, 18 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 3e90d1c6fa0f..39682da65bc2 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -15,8 +15,7 @@ USE_XZ= yes MAN1= xearth.1 PLIST_FILES= bin/xearth \ lib/X11/xearth/freebsd.committers.markers \ - lib/X11/xearth/freebsd.ftp.markers \ - lib/X11/xearth/freebsd.submitters.markers + lib/X11/xearth/freebsd.ftp.markers PLIST_DIRS= lib/X11/xearth do-install: @@ -24,7 +23,7 @@ do-install: @${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1 @${MKDIR} ${PREFIX}/lib/X11/xearth # Copy the list of FreeBSD sites & committers locations -.for marker in freebsd.committers.markers freebsd.ftp.markers freebsd.submitters.markers +.for marker in freebsd.committers.markers freebsd.ftp.markers @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth .endfor diff --git a/astro/xearth/files/freebsd.committers.markers b/astro/xearth/files/freebsd.committers.markers index 605a9309fb61..bd711c4da282 100644 --- a/astro/xearth/files/freebsd.committers.markers +++ b/astro/xearth/files/freebsd.committers.markers @@ -325,6 +325,7 @@ 37.90641, -122.30927, "gshapiro" # Richmond, CA, USA 47.672538, -122.383830, "zml" # Seattle, WA, USA 45.31, -122.39, "alexbl" # Portland, OR, USA + 37.4703, -122.2548 "dhw" # Redwood City, CA, USA 37.781, -122.398, "billf" # SOMA, San Francisco, CA, USA 37.8067, -122.4113, "jmallett" # North Beach, San Francisco, CA, USA 37.76, -122.42, "lx" # San Francisco, CA, USA diff --git a/astro/xearth/files/freebsd.submitters.markers b/astro/xearth/files/freebsd.submitters.markers deleted file mode 100644 index 08f3a3b6f009..000000000000 --- a/astro/xearth/files/freebsd.submitters.markers +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ -# -# 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://maps.google.com/ or http://www.heavens-above.com/ - -# -# Style (sorted from east to west): sort -n -r -k 2 -# Lat, Long, "name" opt # location - - 60.2830, 24.4000, "jau" # Veikkola, Kirkkonummi, Finland - 39.536, -76.349 "erik@smluc.org" # Bel Air, MD, USA - 37.4703, -122.2548 "dhw" # Redwood City, CA, USA |