summaryrefslogtreecommitdiff
path: root/astro/xearth/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-08 05:13:57 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-08 05:13:57 +0000
commit6a47aa78349e3a3a682b3b1adffe6ca747a8d63e (patch)
tree34abc8cc23a6e45f887ab48177902559c85d2bd7 /astro/xearth/Makefile
parento Relocate asami to the West Coast where he belongs given any decent (diff)
Massive reorganization: get rid of freebsd.core.markers and the make glue
that was required for it; impose a strict style on committers.markers where the committers are now sorted by longitude from east to west. Make my marker more accurate (should be less than 50 meters now); update Peter Wemm's marker. Make some of the markers align nicer. Get rid of the silly game the mid-Californian folks were playing.
Notes
Notes: svn path=/head/; revision=36923
Diffstat (limited to 'astro/xearth/Makefile')
-rw-r--r--astro/xearth/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index 2456b4f90709..b76b0bb7f770 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -19,23 +19,11 @@ USE_IMAKE= yes
MAN1= xearth.1
-# Always prep the joint marker list for every new install
-pre-install:
- @${ECHO} "# All of FreeBSD's committers, including core :)" > \
- ${WRKDIR}/freebsd.core_and_committers.markers
- @${GREP} -hv '^[[:space:]]*#' ${FILESDIR}/freebsd.core.markers \
- ${FILESDIR}/freebsd.committers.markers >> \
- ${WRKDIR}/freebsd.core_and_committers.markers
-
-# Copy the list of FreeBSD sites
+# Copy the list of FreeBSD sites & committers locations
post-install:
@${MKDIR} ${PREFIX}/lib/X11/xearth
-.for file in freebsd.core.markers freebsd.committers.markers \
- freebsd.ftp.markers
+.for file in freebsd.committers.markers freebsd.ftp.markers
@${INSTALL_DATA} ${FILESDIR}/${file} ${PREFIX}/lib/X11/xearth
.endfor
- @${INSTALL_DATA} \
- ${WRKDIR}/freebsd.core_and_committers.markers \
- ${PREFIX}/lib/X11/xearth
.include <bsd.port.mk>