summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-01-13 05:28:32 +0000
committerMarius Mauch <genone@gentoo.org>2004-01-13 05:28:32 +0000
commit1cc930318b74a04e45bd87f8851a9b9885f2fa43 (patch)
tree8d502a33ae0a9b0756a10d0b816ae22f34428792 /app-office/magicpoint
parentFixing obsolete fowners syntax for bug #38042. (diff)
downloadgentoo-2-1cc930318b74a04e45bd87f8851a9b9885f2fa43.tar.gz
gentoo-2-1cc930318b74a04e45bd87f8851a9b9885f2fa43.tar.bz2
gentoo-2-1cc930318b74a04e45bd87f8851a9b9885f2fa43.zip
install html docs in $PF, not $P
Diffstat (limited to 'app-office/magicpoint')
-rw-r--r--app-office/magicpoint/ChangeLog7
-rw-r--r--app-office/magicpoint/magicpoint-1.10a-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog
index 3cdf64a2f359..26c7b8351815 100644
--- a/app-office/magicpoint/ChangeLog
+++ b/app-office/magicpoint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/magicpoint
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.1 2003/12/15 17:47:45 usata Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.2 2004/01/13 05:28:32 genone Exp $
+
+ 13 Jan 2004; Marius Mauch <genone@gentoo.org> magicpoint-1.10a-r1.ebuild:
+ install the HTML docs in the correct location
*magicpoint-1.10a (16 Dec 2003)
diff --git a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
index c676c1b67dc9..4f92f755f9d0 100644
--- a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
+++ b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.1 2003/12/15 17:47:45 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.2 2004/01/13 05:28:32 genone Exp $
inherit elisp-common eutils
@@ -59,7 +59,7 @@ src_install() {
make \
DESTDIR=${D} \
- DOCHTMLDIR=/usr/share/doc/${P} \
+ DOCHTMLDIR=/usr/share/doc/${PF} \
MANPATH=/usr/share/man \
MANSUFFIX=1 \
install.man || die