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/pftpfxp/pftpfxp-0.11.4.6.ebuild
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/pftpfxp/pftpfxp-0.11.4.6.ebuild')
-rw-r--r--net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild6
1 files changed, 3 insertions, 3 deletions
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."
}