diff options
author | 2005-09-29 01:59:06 +0000 | |
---|---|---|
committer | 2005-09-29 01:59:06 +0000 | |
commit | 797c521cfe3fc6984bd12db21c2e71332dcf15dc (patch) | |
tree | 23d1ac7a51ec9218f3eab66b0d310dd50a38f418 /app-crypt/gnupg/gnupg-1.9.18.ebuild | |
parent | Remove redundant src_compile, do not install COPYING/INSTALL (diff) | |
download | historical-797c521cfe3fc6984bd12db21c2e71332dcf15dc.tar.gz historical-797c521cfe3fc6984bd12db21c2e71332dcf15dc.tar.bz2 historical-797c521cfe3fc6984bd12db21c2e71332dcf15dc.zip |
Do not dodoc INSTALL
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.9.18.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.9.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-1.9.18.ebuild b/app-crypt/gnupg/gnupg-1.9.18.ebuild index c5418a2cc6f5..2ff9be4b94f5 100644 --- a/app-crypt/gnupg/gnupg-1.9.18.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.18.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-crypt/gnupg/gnupg-1.9.18.ebuild,v 1.2 2005/08/22 16:34:27 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.18.ebuild,v 1.3 2005/09/29 01:59:06 vanquirius Exp $ inherit eutils flag-o-matic @@ -82,7 +82,7 @@ src_test() { src_install() { make DESTDIR="${D}" install || die - dodoc ChangeLog INSTALL NEWS README THANKS TODO VERSION + dodoc ChangeLog NEWS README THANKS TODO VERSION if ! use caps ; then fperms u+s,go-r /usr/bin/gpg2 |