summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2002-11-06 15:33:25 +0000
committerStefan Jones <cretin@gentoo.org>2002-11-06 15:33:25 +0000
commit36765c42af1808af7d16225411aa80a031da07bc (patch)
treef88c54a401c21f5dcd1ecd0d8328c131200fa6e6 /media-gfx/gnuplot
parentRemoved RDEPEND="${DEPEND}" (diff)
downloadhistorical-36765c42af1808af7d16225411aa80a031da07bc.tar.gz
historical-36765c42af1808af7d16225411aa80a031da07bc.tar.bz2
historical-36765c42af1808af7d16225411aa80a031da07bc.zip
Fixed the ACCESS VIOLATION regarding info and man files in doc dir
Diffstat (limited to 'media-gfx/gnuplot')
-rw-r--r--media-gfx/gnuplot/gnuplot-3.7.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/gnuplot/gnuplot-3.7.2.ebuild b/media-gfx/gnuplot/gnuplot-3.7.2.ebuild
index 40afdd77aad6..740483a2599a 100644
--- a/media-gfx/gnuplot/gnuplot-3.7.2.ebuild
+++ b/media-gfx/gnuplot/gnuplot-3.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.7.2.ebuild,v 1.1 2002/11/06 09:09:57 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.7.2.ebuild,v 1.2 2002/11/06 15:33:25 cretin Exp $
IUSE="X readline svga plotutils"
@@ -50,11 +50,14 @@ src_compile() {
mv Makefile Makefile.orig
sed -e 's/datadir = \/usr/datadir = ${prefix}/' \
-e 's/mandir = \/usr/mandir = ${prefix}/' \
+ -e 's/infodir = \/usr/infodir = ${prefix}/' \
Makefile.orig > Makefile
cd docs
mv Makefile Makefile.orig
sed -e 's/datadir = \/usr/datadir = ${prefix}/' \
+ -e 's/infodir = \/usr/infodir = ${prefix}/' \
+ -e 's/mandir = \/usr/mandir = ${prefix}/' \
Makefile.orig > Makefile
cd ${S}