summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-16 22:18:05 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-16 22:18:05 +0000
commit6a84112efcadbed9b76fcb47ddaa311e179b914d (patch)
tree08a7aec69ecabddd10c1fca59a9332630d97f5ec /sys-devel/distcc
parentsandbox violation fix0r (diff)
downloadgentoo-2-6a84112efcadbed9b76fcb47ddaa311e179b914d.tar.gz
gentoo-2-6a84112efcadbed9b76fcb47ddaa311e179b914d.tar.bz2
gentoo-2-6a84112efcadbed9b76fcb47ddaa311e179b914d.zip
non-critical compile fixes
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/distcc-0.6.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys-devel/distcc/distcc-0.6.ebuild b/sys-devel/distcc/distcc-0.6.ebuild
index b6671e773851..bbe6aab04066 100644
--- a/sys-devel/distcc/distcc-0.6.ebuild
+++ b/sys-devel/distcc/distcc-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.6.ebuild,v 1.1 2002/07/12 03:11:44 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.6.ebuild,v 1.2 2002/07/16 22:18:05 drobbins Exp $
HOMEPAGE="http://distcc.samba.org"
SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.gz"
@@ -15,12 +15,6 @@ DEPEND="${RDEPEND}"
src_compile() {
./configure --prefix=/usr --mandir=/usr/share/man || die "configure problem"
-
- # disable creation of PDF documentation
- cd man
- mv Makefile Makefile.orig
- sed <Makefile.orig >Makefile -e 's|distcc.pdf||g' -e 's|distccd.pdf||g'
-
cd ${S}
emake || die "compile problem"
}
@@ -28,5 +22,5 @@ src_compile() {
src_install () {
dobin src/distcc src/distccd
doman man/*.1
- dodoc man/*.html man/*.ps README
+ dodoc README
}