summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-03-15 15:46:33 +0000
committerMichael Januszewski <spock@gentoo.org>2008-03-15 15:46:33 +0000
commit4afc1f7ddc81caf8e9cc3366648a52b2cf51cb81 (patch)
tree080c04b7a8b59de730d8f0905e0d259e32056869 /sci-mathematics/xmds
parentStabilizing uclibc-0.9.28.3-r2 on x86, as per solar's acknowledgement. (diff)
downloadgentoo-2-4afc1f7ddc81caf8e9cc3366648a52b2cf51cb81.tar.gz
gentoo-2-4afc1f7ddc81caf8e9cc3366648a52b2cf51cb81.tar.bz2
gentoo-2-4afc1f7ddc81caf8e9cc3366648a52b2cf51cb81.zip
Fix installation of docs and examples.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/xmds')
-rw-r--r--sci-mathematics/xmds/ChangeLog5
-rw-r--r--sci-mathematics/xmds/xmds-1.6.5.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-mathematics/xmds/ChangeLog b/sci-mathematics/xmds/ChangeLog
index 31aed73883c8..0df05dd0e1be 100644
--- a/sci-mathematics/xmds/ChangeLog
+++ b/sci-mathematics/xmds/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/xmds
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.2 2008/03/15 15:23:01 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.3 2008/03/15 15:46:33 spock Exp $
+
+ 15 Mar 2008; Michał Januszewski <spock@gentoo.org> xmds-1.6.5.ebuild:
+ Fix installation of docs and examples.
*xmds-1.6.5 (15 Mar 2008)
diff --git a/sci-mathematics/xmds/xmds-1.6.5.ebuild b/sci-mathematics/xmds/xmds-1.6.5.ebuild
index f57dadee9333..33c83e90d24a 100644
--- a/sci-mathematics/xmds/xmds-1.6.5.ebuild
+++ b/sci-mathematics/xmds/xmds-1.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v 1.1 2008/03/15 15:23:01 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v 1.2 2008/03/15 15:46:33 spock Exp $
doc_ver=20080226
@@ -18,6 +18,10 @@ DEPEND="sci-libs/fftw
src_unpack() {
unpack ${P}.tar.gz
+ cd "${S}"
+
+ # Fix broken installation of sample scripts.
+ sed -i -e 's/install-data-am: install-dist_doc_examplesDATA install-man/install-data-am: install-man/' Makefile.in
}
src_compile() {
@@ -39,7 +43,7 @@ src_install() {
if use doc; then
insinto /usr/share/doc/${PF}
- doins "${DISTDIR}/xmds_doc${doc_ver}.pdf"
+ doins "${DISTDIR}/xmds_doc_${doc_ver}.pdf"
fi
if use examples; then