diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-22 06:17:36 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-22 06:17:36 +0000 |
commit | 220acc853d9ec6e8e4b3a14677e376b919a6093f (patch) | |
tree | 34c2e6b4e1486bd3e356d0bf109de2e7ffff3339 /x11-misc/xloadimage | |
parent | Added libxml and libxml2 (diff) | |
download | historical-220acc853d9ec6e8e4b3a14677e376b919a6093f.tar.gz historical-220acc853d9ec6e8e4b3a14677e376b919a6093f.tar.bz2 historical-220acc853d9ec6e8e4b3a14677e376b919a6093f.zip |
More fixing.
Diffstat (limited to 'x11-misc/xloadimage')
-rw-r--r-- | x11-misc/xloadimage/xloadimage-4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/xloadimage/xloadimage-4.1.ebuild b/x11-misc/xloadimage/xloadimage-4.1.ebuild index 49fdc5883e0d..8c7628e319bc 100644 --- a/x11-misc/xloadimage/xloadimage-4.1.ebuild +++ b/x11-misc/xloadimage/xloadimage-4.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/xloadimage-4.1.ebuild,v 1.2 2002/07/21 19:29:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/xloadimage-4.1.ebuild,v 1.3 2002/07/22 06:17:36 aliz Exp $ -A=xloadimage.${PV} -S=${WORKDIR}/${A} +MY_P=${P/-/.} +S=${WORKDIR}/${MY_P} DESCRIPTION="Xloadimage is a utility which will view many different types of images under X11" -SRC_URI="ftp://ftp.x.org/R5contrib/${A}.tar.gz" +SRC_URI="ftp://ftp.x.org/R5contrib/${MY_P}.tar.gz" HOMEPAGE="http://gopher.std.com/homepages/jimf/xloadimage.html" LICENSE="MIT" SLOT="0" @@ -17,7 +17,7 @@ DEPEND="x11-base/xfree #RDEPEND="" src_unpack() { - unpack ${A}.tar.gz + unpack ${MY_P}.tar.gz cd ${S} patch -p1 < ${FILESDIR}/${P}-gentoo.diff |