diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-11 17:38:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-11 17:38:29 +0000 |
commit | 0d7e6f6fb2b844f7ed34e2e23c0a577a23a810a4 (patch) | |
tree | a68fa7743d2110a076fe71cc193b51d07691b6fe /net-p2p | |
parent | version bump, closes #59997 (Manifest recommit) (diff) | |
download | gentoo-2-0d7e6f6fb2b844f7ed34e2e23c0a577a23a810a4.tar.gz gentoo-2-0d7e6f6fb2b844f7ed34e2e23c0a577a23a810a4.tar.bz2 gentoo-2-0d7e6f6fb2b844f7ed34e2e23c0a577a23a810a4.zip |
install docs correctly, #60057
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift-openft/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/gift-openft/ChangeLog b/net-p2p/gift-openft/ChangeLog index 38d4237b1abd..91a78bed36f2 100644 --- a/net-p2p/gift-openft/ChangeLog +++ b/net-p2p/gift-openft/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift-openft # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.17 2004/08/10 23:42:15 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.18 2004/08/11 17:38:29 squinky86 Exp $ + + 11 Aug 2004; Jon Hood <squinky86@gentoo.org> gift-openft-0.2.1.4.ebuild: + Install docs correctly, thanks Adam <adam@tpetaccia.com>, #60057. *gift-openft-0.2.1.4 (10 Aug 2004) diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild index 3d3ca378f759..997466ed338f 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.4.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-p2p/gift-openft/gift-openft-0.2.1.4.ebuild,v 1.1 2004/08/10 23:42:15 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild,v 1.2 2004/08/11 17:38:29 squinky86 Exp $ IUSE="" @@ -29,6 +29,7 @@ src_install() { datadir=${D}/usr/share/giFT \ giftperldir=${D}/usr/bin \ libgiftincdir=${D}/usr/include/libgift || die "Install failed" + dodoc README NEWS ChangeLog TODO } pkg_postinst() { |