diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 01:08:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 01:08:39 +0000 |
commit | 1cf586dde83993b9e5cb014fc11198c4ee45ff4e (patch) | |
tree | c5d19b005009239aeda7f5688e64bd7f257ef847 /app-text/docbook-dsssl-stylesheets | |
parent | Adding America's Army 2.1.0 to portage... Hooah! (Manifest recommit) (diff) | |
download | gentoo-2-1cf586dde83993b9e5cb014fc11198c4ee45ff4e.tar.gz gentoo-2-1cf586dde83993b9e5cb014fc11198c4ee45ff4e.tar.bz2 gentoo-2-1cf586dde83993b9e5cb014fc11198c4ee45ff4e.zip |
arm KEYWORDS
Diffstat (limited to 'app-text/docbook-dsssl-stylesheets')
-rw-r--r-- | app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild index 0ca4258d348d..e3abfe51da4b 100644 --- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild +++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.16 2004/05/12 00:56:26 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.17 2004/06/02 01:08:39 vapier Exp $ inherit sgml-catalog MY_P=${P/-stylesheets/} S=${WORKDIR}/${MY_P} DESCRIPTION="DSSSL Stylesheets for DocBook." -SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.gz" HOMEPAGE="http://www.sourceforge.net/docbook/" -LICENSE="as-is" +SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.gz" +LICENSE="as-is" SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" -KEYWORDS="ia64 x86 ppc sparc alpha hppa amd64 mips s390" RDEPEND="app-text/sgml-common" @@ -32,8 +32,7 @@ src_compile() { return 0 } -src_install () { - +src_install() { make \ BINDIR="${D}/usr/bin" \ DESTDIR="${D}/usr/share/sgml/docbook/dsssl-stylesheets-${PV}" \ |