diff options
author | 2003-03-25 22:00:42 +0000 | |
---|---|---|
committer | 2003-03-25 22:00:42 +0000 | |
commit | 1021106d7c321b2a25cb8b39610480801f20cc5e (patch) | |
tree | 913230175f9fc10cd378842fa862791cdaa68fc6 /app-text/xpdf | |
parent | motif/X gui is optional now (diff) | |
download | historical-1021106d7c321b2a25cb8b39610480801f20cc5e.tar.gz historical-1021106d7c321b2a25cb8b39610480801f20cc5e.tar.bz2 historical-1021106d7c321b2a25cb8b39610480801f20cc5e.zip |
more cleanup
Diffstat (limited to 'app-text/xpdf')
-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 } |