diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 08:16:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 08:16:50 +0000 |
commit | 6ec609dd5b3d401559a7cf8d324e1b4ecdaebbc9 (patch) | |
tree | f4d60781e9e817bf61a6740daa95aac8bfd36f64 /app-misc/xearth | |
parent | add the einfo warning at the end of the build installation (diff) | |
download | historical-6ec609dd5b3d401559a7cf8d324e1b4ecdaebbc9.tar.gz historical-6ec609dd5b3d401559a7cf8d324e1b4ecdaebbc9.tar.bz2 historical-6ec609dd5b3d401559a7cf8d324e1b4ecdaebbc9.zip |
fixed manpage install #12350
Diffstat (limited to 'app-misc/xearth')
-rw-r--r-- | app-misc/xearth/xearth-1.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-misc/xearth/xearth-1.1.ebuild b/app-misc/xearth/xearth-1.1.ebuild index 946d723a5152..f8bbc62afe9b 100644 --- a/app-misc/xearth/xearth-1.1.ebuild +++ b/app-misc/xearth/xearth-1.1.ebuild @@ -1,12 +1,11 @@ # 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.5 2002/12/17 23:24:15 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xearth/xearth-1.1.ebuild,v 1.6 2002/12/18 08:16:50 vapier Exp $ -S=${WORKDIR}/${P} HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" -SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/xearth-${PV}.tar.gz - ftp://ftp.cs.colorado.edu/users/tuna/xearth-${PV}.tar.gz" +SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/${P}.tar.gz + ftp://ftp.cs.colorado.edu/users/tuna/${P}.tar.gz" SLOT="0" LICENSE="xearth" @@ -15,7 +14,6 @@ KEYWORDS="x86 sparc" DEPEND="virtual/x11" src_compile() { - cd ${S} xmkmf || die mv Makefile Makefile.orig sed -e "s:CDEBUGFLAGS = .*:CDEBUGFLAGS = ${CFLAGS} -fno-strength-reduce:" \ @@ -24,7 +22,8 @@ src_compile() { } src_install() { - doman xearth.man + mv xearth.man xearth.1 + doman xearth.1 dobin xearth dodoc BUILT-IN GAMMA-TEST HISTORY INSTALL README } |