summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-29 18:10:26 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-29 18:10:26 +0000
commitb6ad7e7a291ed22eb11859cb97068a8d0d3fba88 (patch)
treeefbd89f0199375727e14a8e3020360534a87d6df /app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
parentUnmask on amd64 to satisfy app-text/gocr (Manifest recommit) (diff)
downloadgentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.gz
gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.bz2
gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.zip
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-text/htmldoc/htmldoc-1.8.20-r1.ebuild')
-rw-r--r--app-text/htmldoc/htmldoc-1.8.20-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
index 545a337928dc..bc8f7cd3a659 100644
--- a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.3 2003/09/05 22:37:21 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.4 2004/02/29 18:10:25 aliz Exp $
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="ftp://ftp.easysw.com/pub/htmldoc/1.8.20/${P}-1-source.tar.bz2"
@@ -17,12 +17,10 @@ RDEPEND=">=dev-libs/openssl-0.9.6e
src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 < ${FILESDIR}/fonts.diff || die "patch failed"
+ epatch ${FILESDIR}/fonts.diff
## fix path for online-help:
- cp -a configure configure.org
- cat configure.org |\
- sed -e "s@^#define DOCUMENTATION \"\$prefix/share/doc/htmldoc\"@#define DOCUMENTATION \"\$prefix/share/doc/${PF}/html\"@" \
- > configure
+ sed -i -e "s@^#define DOCUMENTATION \"\$prefix/share/doc/htmldoc\"@#define DOCUMENTATION \"\$prefix/share/doc/${PF}/html\"@" \
+ configure
}
src_compile() {