summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-17 16:36:41 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-17 16:36:41 +0000
commitf7bc8df764ca03f1f35ea6dbcff59edcb87f4cef (patch)
tree8b635107fcc48573b505e9bea8d7024f0fea2720 /dev-tex/foiltex
parenteutils (Manifest recommit) (diff)
downloadgentoo-2-f7bc8df764ca03f1f35ea6dbcff59edcb87f4cef.tar.gz
gentoo-2-f7bc8df764ca03f1f35ea6dbcff59edcb87f4cef.tar.bz2
gentoo-2-f7bc8df764ca03f1f35ea6dbcff59edcb87f4cef.zip
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-tex/foiltex')
-rw-r--r--dev-tex/foiltex/foiltex-2.1.3.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-tex/foiltex/foiltex-2.1.3.ebuild b/dev-tex/foiltex/foiltex-2.1.3.ebuild
index 9e720acfff6e..67c7c56a1d3e 100644
--- a/dev-tex/foiltex/foiltex-2.1.3.ebuild
+++ b/dev-tex/foiltex/foiltex-2.1.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Maintainer: Felix Kurth <felix@fkurth.de>
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/foiltex-2.1.3.ebuild,v 1.3 2004/04/13 13:17:15 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/foiltex-2.1.3.ebuild,v 1.4 2004/04/17 16:36:27 aliz Exp $
inherit latex-package
@@ -13,10 +13,10 @@ LICENSE="as-is"
#for License details see /usr/share/doc/latex-foiltex-2.1.3/foiltex.ins
SLOT="0"
KEYWORDS="x86 ppc sparc ~amd64"
-
+IUSE=""
src_install () {
-latex-package_src_doinstall all
-cd ${S}
-dodoc readme.flt
+ latex-package_src_doinstall all
+ cd ${S}
+ dodoc readme.flt
}