diff options
author | Marius Mauch <genone@gentoo.org> | 2004-01-13 05:28:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-01-13 05:28:32 +0000 |
commit | 7ccdca32dea795df44ff0e77f6c2245dc5316464 (patch) | |
tree | e8295cf06396c1c3ea85db1fa614694108669347 /app-office/magicpoint | |
parent | Fixing obsolete fowners syntax for bug #38042. (diff) | |
download | historical-7ccdca32dea795df44ff0e77f6c2245dc5316464.tar.gz historical-7ccdca32dea795df44ff0e77f6c2245dc5316464.tar.bz2 historical-7ccdca32dea795df44ff0e77f6c2245dc5316464.zip |
install html docs in $PF, not $P
Diffstat (limited to 'app-office/magicpoint')
-rw-r--r-- | app-office/magicpoint/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/magicpoint/Manifest | 11 | ||||
-rw-r--r-- | app-office/magicpoint/magicpoint-1.10a-r1.ebuild | 6 |
3 files changed, 19 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/Manifest b/app-office/magicpoint/Manifest new file mode 100644 index 000000000000..a5d4d8e2dbd2 --- /dev/null +++ b/app-office/magicpoint/Manifest @@ -0,0 +1,11 @@ +MD5 78d9829985d21c702638193f071919d5 magicpoint-1.09a-r1.ebuild 1533 +MD5 11e7184f45ed39a540f9e44809a9b9c5 magicpoint-1.10a.ebuild 2178 +MD5 61f1f4acbdb65d4d73f3a45458b94b14 magicpoint-1.10a-r1.ebuild 1991 +MD5 6b7cd0adedd7e7d060a8bbbf7e17209e ChangeLog 3591 +MD5 4f629e05f82550ea37f2488b5d6fc7a9 metadata.xml 509 +MD5 6ac7b3bc9c394f597bf182a0509154fc files/digest-magicpoint-1.10a 68 +MD5 21ae8d72d1c351d19bc611f80ec31b63 files/magicpoint-1.10a-gentoo.diff 1668 +MD5 67c776708a4de3107f171f72100bd27e files/digest-magicpoint-1.09a-r1 68 +MD5 6ac7b3bc9c394f597bf182a0509154fc files/digest-magicpoint-1.10a-r1 68 +MD5 3948d3f1ee43af2138ad361b1bcab87b files/magicpoint-1.10a-r1-gentoo.diff 1833 +MD5 63a502fcee80a92007cd49e113116b04 files/50mgp-mode-gentoo.el 167 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 |