diff options
author | 2004-04-08 23:01:40 +0000 | |
---|---|---|
committer | 2004-04-08 23:01:40 +0000 | |
commit | 81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca (patch) | |
tree | ce1e8d5cd3f24ff3f7abcc462541cd14ac8492a7 /app-text/xpdf | |
parent | Change XVendorString to be compatible with upstream so people can strstr for ... (diff) | |
download | historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.gz historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.bz2 historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.zip |
add inherit eutils
Diffstat (limited to 'app-text/xpdf')
-rw-r--r-- | app-text/xpdf/xpdf-3.00-r1.ebuild | 6 |
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 } |