summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/matplotlib/matplotlib-0.73.1.ebuild')
-rw-r--r--dev-python/matplotlib/matplotlib-0.73.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-0.73.1.ebuild b/dev-python/matplotlib/matplotlib-0.73.1.ebuild
index 373d5df24dd5..0366f5d032e0 100644
--- a/dev-python/matplotlib/matplotlib-0.73.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.73.1.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-python/matplotlib/matplotlib-0.73.1.ebuild,v 1.5 2005/11/24 20:47:18 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.73.1.ebuild,v 1.6 2005/12/07 17:48:54 marienz Exp $
inherit distutils virtualx
@@ -32,7 +32,7 @@ src_install() {
if use doc ; then
insinto /usr/share/doc/${PF}/examples
doins examples/*.py examples/README
- insinfo /usr/share/doc/${PF}/examples/data
+ insinto /usr/share/doc/${PF}/examples/data
doins examples/data/*.dat
fi
}