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 | |
parent | Host 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.
-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> |