aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-28 11:42:48 +0800
committerSteve Price <steve@FreeBSD.org>2000-05-28 11:42:48 +0800
commit4575bdc917f85e285bd96d7040325911cf4bb854 (patch)
tree6ec60deec9dbf6e2240cd9b13f9e7907f9bf2904 /astro
parentc50e660a84c466d1eb835237c2b8aec8d658a867 (diff)
downloadfreebsd-ports-4575bdc917f85e285bd96d7040325911cf4bb854.tar.gz
freebsd-ports-4575bdc917f85e285bd96d7040325911cf4bb854.tar.zst
freebsd-ports-4575bdc917f85e285bd96d7040325911cf4bb854.zip
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>