summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-08 23:02:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-08 23:02:01 +0000
commit8aa9fcb533e72d93fcba1f33d47e35cbf4812438 (patch)
treec390c7a70f69670147e4e1c2ae43b2ceb70e7378 /app-text/xpdf
parentChange XVendorString to be compatible with upstream so people can strstr for ... (diff)
downloadgentoo-2-8aa9fcb533e72d93fcba1f33d47e35cbf4812438.tar.gz
gentoo-2-8aa9fcb533e72d93fcba1f33d47e35cbf4812438.tar.bz2
gentoo-2-8aa9fcb533e72d93fcba1f33d47e35cbf4812438.zip
add inherit eutils
Diffstat (limited to 'app-text/xpdf')
-rw-r--r--app-text/xpdf/xpdf-3.00-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/xpdf/xpdf-3.00-r1.ebuild b/app-text/xpdf/xpdf-3.00-r1.ebuild
index 032d32908b04..9b53a8321d09 100644
--- a/app-text/xpdf/xpdf-3.00-r1.ebuild
+++ b/app-text/xpdf/xpdf-3.00-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00-r1.ebuild,v 1.1 2004/03/14 13:30:41 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00-r1.ebuild,v 1.2 2004/04/08 23:01:40 vapier Exp $
+
+inherit eutils
DESCRIPTION="An X Viewer for PDF Files"
HOMEPAGE="http://www.foolabs.com/xpdf/"
@@ -30,7 +32,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
prepallman
- dodoc README ANNOUNCE CHANGES COPYING
+ dodoc README ANNOUNCE CHANGES
insinto /etc
doins ${FILESDIR}/xpdfrc
}