diff options
Diffstat (limited to 'app-text/html401/html401-19991224-r2.ebuild')
-rw-r--r-- | app-text/html401/html401-19991224-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/html401/html401-19991224-r2.ebuild b/app-text/html401/html401-19991224-r2.ebuild index 87336d50645b..43fa2688f701 100644 --- a/app-text/html401/html401-19991224-r2.ebuild +++ b/app-text/html401/html401-19991224-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r2.ebuild,v 1.10 2006/01/15 14:21:30 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r2.ebuild,v 1.11 2008/01/20 16:12:16 grobian Exp $ inherit sgml-catalog eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.w3.org/TR/html401/html40.tgz" S=${WORKDIR} LICENSE="W3C" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc-macos s390 x86" +KEYWORDS="~amd64 ppc s390 x86" IUSE="" DEPEND="app-text/sgml-common" @@ -19,8 +19,8 @@ sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \ src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-decl.diff + cd "${S}" + epatch "${FILESDIR}"/${PN}-decl.diff } src_install() { |