summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-11-26 14:27:14 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-11-26 14:27:14 +0000
commita0b032e588fd672520c175e6c0fc165d443369e8 (patch)
tree81c8427af1d5ffe0ea0a87e3c3bc673d9132703f /net-ftp
parentMarked ~ppc for bug #71458. (Manifest recommit) (diff)
downloadgentoo-2-a0b032e588fd672520c175e6c0fc165d443369e8.tar.gz
gentoo-2-a0b032e588fd672520c175e6c0fc165d443369e8.tar.bz2
gentoo-2-a0b032e588fd672520c175e6c0fc165d443369e8.zip
Replaced $DOCDESTTREE with /usr/share/doc/${PF}
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/pftpfxp/ChangeLog5
-rw-r--r--net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-ftp/pftpfxp/ChangeLog b/net-ftp/pftpfxp/ChangeLog
index 91051dd70b76..3b356ebec70e 100644
--- a/net-ftp/pftpfxp/ChangeLog
+++ b/net-ftp/pftpfxp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-ftp/pftpfxp
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/ChangeLog,v 1.1 2004/11/26 08:37:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/ChangeLog,v 1.2 2004/11/26 14:27:14 dragonheart Exp $
+
+ 26 Nov 2004; Daniel Black <dragonheart@gentoo.org> pftpfxp-0.11.4.6.ebuild:
+ Replaced $DOCDESTTREE with /usr/share/doc/${PF}
*pftpfxp-0.11.4.6 (26 Nov 2004)
diff --git a/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild b/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild
index 702383940994..2dc1d41ba7b3 100644
--- a/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild
+++ b/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild,v 1.1 2004/11/26 08:37:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild,v 1.2 2004/11/26 14:27:14 dragonheart Exp $
inherit eutils toolchain-funcs
@@ -34,12 +34,12 @@ src_install() {
dobin pftp
dodoc .pftp/config .pftp/keymap README.MEW old/*
cd ${WORKDIR}
- mv irssi mIRC-mew pftpfxp-autoconnect ${DOCDESTTREE}
+ mv irssi mIRC-mew pftpfxp-autoconnect ${D}/usr/share/doc/${PF}
}
pkg_postinst() {
einfo "In order to use pftp-mew you need to create these files:"
einfo " ~/.pftp/config"
einfo " ~/.pftp/keymap"
- einfo "Refer to the examples in ${DOCDESTTREE} for more information."
+ einfo "Refer to the examples in /usr/share/doc/${PF} for more information."
}