diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 15:03:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 15:03:36 +0000 |
commit | edb910c54afc358bbb32b7c724ab46015b52ec57 (patch) | |
tree | 8f81b435ffab00835815fdc05b1fe2150f1966d7 /app-misc/xearth | |
parent | resurrected the old version, as it is required for audacity (diff) | |
download | historical-edb910c54afc358bbb32b7c724ab46015b52ec57.tar.gz historical-edb910c54afc358bbb32b7c724ab46015b52ec57.tar.bz2 historical-edb910c54afc358bbb32b7c724ab46015b52ec57.zip |
changed mv;doman to newman
Diffstat (limited to 'app-misc/xearth')
-rw-r--r-- | app-misc/xearth/xearth-1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/xearth/xearth-1.1.ebuild b/app-misc/xearth/xearth-1.1.ebuild index f8bbc62afe9b..c45d44fddcab 100644 --- a/app-misc/xearth/xearth-1.1.ebuild +++ b/app-misc/xearth/xearth-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xearth/xearth-1.1.ebuild,v 1.6 2002/12/18 08:16:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xearth/xearth-1.1.ebuild,v 1.7 2002/12/18 15:03:36 vapier Exp $ HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" @@ -22,8 +22,7 @@ src_compile() { } src_install() { - mv xearth.man xearth.1 - doman xearth.1 + newman xearth.man xearth.1 dobin xearth dodoc BUILT-IN GAMMA-TEST HISTORY INSTALL README } |