diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:42:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:42:48 +0000 |
commit | 4575bdc917f85e285bd96d7040325911cf4bb854 (patch) | |
tree | 6ec60deec9dbf6e2240cd9b13f9e7907f9bf2904 /astro | |
parent | c50e660a84c466d1eb835237c2b8aec8d658a867 (diff) | |
download | ports-4575bdc917f85e285bd96d7040325911cf4bb854.tar.gz 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/Makefile | 2 |
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> |