diff options
-rw-r--r-- | app-text/sword/Manifest | 2 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest index 687768c4e4d0..566c2828e453 100644 --- a/app-text/sword/Manifest +++ b/app-text/sword/Manifest @@ -1,5 +1,5 @@ MD5 c621aa0f1f6ba6fbe77bd87fdbe80aba metadata.xml 404 -MD5 6f63600ffc80e8a41a1cb517994137a7 sword-1.5.8.ebuild 1233 +MD5 4c24ca904265725b744676b615457d98 sword-1.5.8.ebuild 1225 MD5 e0a22401c6ecae64f31849c6637df96d sword-1.5.8_pre1.ebuild 1620 MD5 de9a2c51827bd9899774e8bffbd1335e ChangeLog 2814 MD5 eebb7c4602450ff87a76e5a693e72da7 files/sword.conf 37 diff --git a/app-text/sword/sword-1.5.8.ebuild b/app-text/sword/sword-1.5.8.ebuild index 7f4046f2e698..93a8d8cae817 100644 --- a/app-text/sword/sword-1.5.8.ebuild +++ b/app-text/sword/sword-1.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8.ebuild,v 1.1 2005/07/27 21:19:12 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8.ebuild,v 1.2 2005/10/11 10:33:49 greg_g Exp $ DESCRIPTION="Library for Bible reading software." HOMEPAGE="http://www.crosswire.org/sword/" @@ -28,7 +28,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README + dodoc AUTHORS CODINGSTYLE ChangeLog README cp -R samples examples ${D}/usr/share/doc/${PF}/ } |