diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 22:00:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 22:00:42 +0000 |
commit | 472ab04286b2b8dc849b423a4d3d374337a7087a (patch) | |
tree | a7c12db585a1e1531cea427de00c564878f96be3 /app-text | |
parent | motif/X gui is optional now (diff) | |
download | gentoo-2-472ab04286b2b8dc849b423a4d3d374337a7087a.tar.gz gentoo-2-472ab04286b2b8dc849b423a4d3d374337a7087a.tar.bz2 gentoo-2-472ab04286b2b8dc849b423a4d3d374337a7087a.zip |
more cleanup
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xpdf/xpdf-2.02.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-text/xpdf/xpdf-2.02.ebuild b/app-text/xpdf/xpdf-2.02.ebuild index b1fcaca3631e..98f62e3b6f8d 100644 --- a/app-text/xpdf/xpdf-2.02.ebuild +++ b/app-text/xpdf/xpdf-2.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.02.ebuild,v 1.3 2003/03/25 22:00:18 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-2.02.ebuild,v 1.4 2003/03/25 22:00:42 seemant Exp $ IUSE="motif" @@ -30,14 +30,9 @@ src_compile() { src_install() { - # don't use builtin make install, as it doesn't compress manpages make DESTDIR=${D} install || die prepallman -# into /usr dodoc README ANNOUNCE CHANGES -# doman doc/*.[1-8] -# dobin xpdf/pdfimages xpdf/pdfinfo xpdf/pdftopbm -# dobin xpdf/pdftops xpdf/pdftotext xpdf/xpdf insinto /etc doins ${FILESDIR}/xpdfrc } |