summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-02-12 14:05:47 +0000
committerMamoru Komachi <usata@gentoo.org>2005-02-12 14:05:47 +0000
commit1be8cf6ad1b9cdd8b816de970f42e75421716c43 (patch)
treedaed9bcb4e28e7730c4d03c381eb3fceebeb6268 /dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild
parentFixed broken Manifest. (diff)
downloadhistorical-1be8cf6ad1b9cdd8b816de970f42e75421716c43.tar.gz
historical-1be8cf6ad1b9cdd8b816de970f42e75421716c43.tar.bz2
historical-1be8cf6ad1b9cdd8b816de970f42e75421716c43.zip
Don't hardcode perl version to /usr/bin/latex2html; bug #80468.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild')
-rw-r--r--dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild
index 126edef15566..030a62e5a65c 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-2005 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.2 2005/02/10 09:51:01 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.3 2005/02/12 14:05:47 usata Exp $
inherit eutils
@@ -40,6 +40,8 @@ DEPEND="virtual/ghostscript
#}
src_compile() {
+ sed -ie 's%@PERL@%/usr/bin/perl%g' wrapper/unix.pin || die
+
local myconf
use gif || use png || myconf="${myconf} --disable-images"