diff options
Diffstat (limited to 'dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild')
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild index 5d41ec6d879c..af65bb2cd459 100644 --- a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.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/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.12 2006/01/11 04:29:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.13 2006/02/21 18:49:41 nattfodd Exp $ inherit eutils @@ -32,11 +32,11 @@ DEPEND="virtual/ghostscript gif? ( media-libs/giflib ) png? ( media-libs/libpng )" -#src_unpack() { -# unpack ${A} -# cd ${S} -# use linguas_ja && epatch ../${JA_P}.patch -#} +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-convert-length.patch +} src_compile() { sed -ie 's%@PERL@%/usr/bin/perl%g' wrapper/unix.pin || die |