summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-28 03:42:48 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-28 03:42:48 +0000
commit4575bdc917f85e285bd96d7040325911cf4bb854 (patch)
tree6ec60deec9dbf6e2240cd9b13f9e7907f9bf2904 /astro
parentHost the distfile on my WWW page since the MASTER_SITE seems to have (diff)
Actually install the 'cool new' image of the earth that was specified
in the previous commit.
Notes
Notes: svn path=/head/; revision=28808
Diffstat (limited to 'astro')
-rw-r--r--astro/xplanet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile
index 4ba57e69eb2a..06114cb84d13 100644
--- a/astro/xplanet/Makefile
+++ b/astro/xplanet/Makefile
@@ -77,6 +77,6 @@ pre-build:
@${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/auxfiles.h
post-install:
- @${INSTALL_DATA} ${DISTDIR}/photo_1600.jpg ${PREFIX}/share/xplanet/earth.jpg
+ @${INSTALL_DATA} ${DISTDIR}/depths_800.jpg ${PREFIX}/share/xplanet/earth.jpg
.include <bsd.port.post.mk>