diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-26 14:27:14 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-26 14:27:14 +0000 |
commit | dc8739cc7b339cd3f59f3299354c93f1f5bf3e79 (patch) | |
tree | 3d163c7e6840a538ec62b0b04bc21b998281597e /net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild | |
parent | Marked ~ppc for bug #71458. (diff) | |
download | historical-dc8739cc7b339cd3f59f3299354c93f1f5bf3e79.tar.gz historical-dc8739cc7b339cd3f59f3299354c93f1f5bf3e79.tar.bz2 historical-dc8739cc7b339cd3f59f3299354c93f1f5bf3e79.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.ebuild | 6 |
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." } |