diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-31 16:32:58 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-31 16:32:58 +0000 |
commit | 648f2506f5e5784a32f17a6722711364ccd56b41 (patch) | |
tree | e990ebbd998f5dea80af1e0fc50b2fe2d4e617cc /x11-misc/xclip/xclip-0.08.ebuild | |
parent | Stable on x86. (diff) | |
download | historical-648f2506f5e5784a32f17a6722711364ccd56b41.tar.gz historical-648f2506f5e5784a32f17a6722711364ccd56b41.tar.bz2 historical-648f2506f5e5784a32f17a6722711364ccd56b41.zip |
Fixed dodoc not to install INSTALL. Removed old 0.05.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'x11-misc/xclip/xclip-0.08.ebuild')
-rw-r--r-- | x11-misc/xclip/xclip-0.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index ff9972c547ff..bb9611ba7a6b 100644 --- a/x11-misc/xclip/xclip-0.08.ebuild +++ b/x11-misc/xclip/xclip-0.08.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/x11-misc/xclip/xclip-0.08.ebuild,v 1.6 2005/05/28 17:23:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.7 2005/10/31 16:32:58 nelchael Exp $ S=${WORKDIR}/xclip DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection for pasting into X applications." @@ -22,5 +22,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die make DESTDIR=${D} install.man || die - dodoc README INSTALL CHANGES + dodoc README CHANGES } |