diff options
Diffstat (limited to 'sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild')
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild index 2b6205163702..94794e5604bf 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild,v 1.2 2007/06/26 02:40:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild,v 1.3 2007/07/13 05:48:10 mr_bones_ Exp $ inherit eutils fortran multilib flag-o-matic distutils @@ -60,9 +60,7 @@ EOF exeinto /usr/bin doexe ${T}/${PN} || die "Failed to install pdb2pqr wrapper." - dodoc ChangeLog NEWS README AUTHORS || \ die "Failed to install docs" dohtml -r doc/* || die "Failed to install html docs." } - |