diff options
Diffstat (limited to 'app-text/sgml-common/sgml-common-0.6.3-r4.ebuild')
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.3-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild index 0dbd53bb7786..af3987766bdc 100644 --- a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.31 2006/03/21 02:51:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.32 2006/03/26 13:56:30 nattfodd Exp $ DESCRIPTION="Base ISO character entities and utilities for SGML" HOMEPAGE="http://www.iso.ch/cate/3524030.html" @@ -18,7 +18,7 @@ src_unpack() { unpack ${A} # We use a hacked version of install-catalog that supports the ROOT # variable, and puts quotes around the CATALOG files. - cp "${FILESDIR}/${PF}-install-catalog.in" "${S}/bin/install-catalog.in" + cp "${FILESDIR}/${P}-install-catalog.in" "${S}/bin/install-catalog.in" cd "${S}" automake -a } |