aboutsummaryrefslogtreecommitdiff
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
parentca53c49aa13a787dc1adb049e9df9af2e62b92a6 (diff)
downloadports-6a47aa78349e3a3a682b3b1adffe6ca747a8d63e.tar.gz
ports-6a47aa78349e3a3a682b3b1adffe6ca747a8d63e.zip
Notes
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>