diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2005-03-14 18:06:14 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2005-03-14 18:06:14 +0000 |
commit | 5a14a80ecbda4ed104b596878d1a624800795a33 (patch) | |
tree | f72430f2466149f85e43157f5f6be4cefec1dbb8 /net-p2p/hx | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-5a14a80ecbda4ed104b596878d1a624800795a33.tar.gz gentoo-2-5a14a80ecbda4ed104b596878d1a624800795a33.tar.bz2 gentoo-2-5a14a80ecbda4ed104b596878d1a624800795a33.zip |
Minor change: $P => $PF
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-p2p/hx')
-rw-r--r-- | net-p2p/hx/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/hx/hx-0.4.10-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/hx/Manifest b/net-p2p/hx/Manifest index b1118acfe2aa..6145b4d76b01 100644 --- a/net-p2p/hx/Manifest +++ b/net-p2p/hx/Manifest @@ -1,4 +1,4 @@ -MD5 c288cc8d480557df6affe54236433ee4 hx-0.4.10-r1.ebuild 1114 +MD5 f067cc739013a62113e295e74245a7b8 hx-0.4.10-r1.ebuild 1115 MD5 63184f35ea8811d56efccf41c8703796 ChangeLog 665 MD5 80bf1d304afa81e7684854e8b7d7f12a metadata.xml 459 MD5 0dd23d068f2203e3539c8379ca838188 files/digest-hx-0.4.10-r1 64 diff --git a/net-p2p/hx/hx-0.4.10-r1.ebuild b/net-p2p/hx/hx-0.4.10-r1.ebuild index 262c2a45426c..1ddb8854aa6d 100644 --- a/net-p2p/hx/hx-0.4.10-r1.ebuild +++ b/net-p2p/hx/hx-0.4.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10-r1.ebuild,v 1.1 2005/03/13 13:03:35 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10-r1.ebuild,v 1.2 2005/03/14 18:06:14 kang Exp $ LICENSE="GPL-2" KEYWORDS="x86 ppc ~sparc" @@ -33,7 +33,7 @@ src_compile() { } src_install() { - cd ${P}/work/${MY_P} + cd ${PF}/work/${MY_P} dodoc AUTHORS INSTALL PROBLEMS README* ChangeLog TODO NEWS run/hx/ghxvars run/hx/ghxvars.jp \ run/hx/hxrc run/hx/hxvars |