summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-03-25 03:14:31 +0000
committerAron Griffis <agriffis@gentoo.org>2006-03-25 03:14:31 +0000
commit656784bddb9f79b9b3990638508e175467ac4af3 (patch)
tree40f40c571db1034f92d48b82b5a45e8f88e12ede /x11-misc/xclip/xclip-0.08.ebuild
parentRemove configure to force autotools rebuild (the pic patch changes Makefile.am). (diff)
downloadgentoo-2-656784bddb9f79b9b3990638508e175467ac4af3.tar.gz
gentoo-2-656784bddb9f79b9b3990638508e175467ac4af3.tar.bz2
gentoo-2-656784bddb9f79b9b3990638508e175467ac4af3.zip
Install man-page correctly so it's gzipped. Don't install bogus html doc
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'x11-misc/xclip/xclip-0.08.ebuild')
-rw-r--r--x11-misc/xclip/xclip-0.08.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild
index ace1a3036345..528657185fe1 100644
--- a/x11-misc/xclip/xclip-0.08.ebuild
+++ b/x11-misc/xclip/xclip-0.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.9 2006/01/24 10:07:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.10 2006/03/25 03:14:31 agriffis 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."
@@ -31,6 +31,9 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
- make DESTDIR=${D} install.man || die
+ make DESTDIR=${D} MANPATH=/usr/share/man MANSUFFIX=1 \
+ install.man || die
+ rm -f ${D}/usr/lib/X11/doc/html/*
+ find ${D} -type d -depth | xargs -n1 rmdir 2>/dev/null
dodoc README CHANGES
}