diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 11:42:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 11:42:48 +0800 |
commit | 6b47330e39edfd9c28e3c72f594225a4c0baaa66 (patch) | |
tree | 219a60ea25d796ca4e102f0f82636f8ec03c5d44 /astro/xplanet | |
parent | 3ab4fd2b68136378077eedad6e8c430c18d206a0 (diff) | |
download | freebsd-ports-gnome-6b47330e39edfd9c28e3c72f594225a4c0baaa66.tar.gz freebsd-ports-gnome-6b47330e39edfd9c28e3c72f594225a4c0baaa66.tar.zst freebsd-ports-gnome-6b47330e39edfd9c28e3c72f594225a4c0baaa66.zip |
Actually install the 'cool new' image of the earth that was specified
in the previous commit.
Diffstat (limited to 'astro/xplanet')
-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> |