summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-01 18:44:26 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-01 18:44:26 +0000
commitf6d9d9d01de197d8654a982ce47d55e40a70db0d (patch)
tree20818c199dddacad3574bd915624dfe8aef6280f /app-text/xpdf
parent*** empty log message *** (diff)
downloadhistorical-f6d9d9d01de197d8654a982ce47d55e40a70db0d.tar.gz
historical-f6d9d9d01de197d8654a982ce47d55e40a70db0d.tar.bz2
historical-f6d9d9d01de197d8654a982ce47d55e40a70db0d.zip
formatting fixes
Diffstat (limited to 'app-text/xpdf')
-rw-r--r--app-text/xpdf/xpdf-0.92-r1.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/app-text/xpdf/xpdf-0.92-r1.ebuild b/app-text/xpdf/xpdf-0.92-r1.ebuild
index a949ed542ee2..57f29f29b104 100644
--- a/app-text/xpdf/xpdf-0.92-r1.ebuild
+++ b/app-text/xpdf/xpdf-0.92-r1.ebuild
@@ -1,14 +1,12 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ryan Tolboom <ryan@intphsys.com>
-# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-0.92-r1.ebuild,v 1.4 2001/06/03 09:54:22 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-0.92-r1.ebuild,v 1.5 2001/08/01 18:44:26 drobbins Exp $
S=${WORKDIR}/${P}
SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tgz"
-
HOMEPAGE="http://www.foolabs.com/xpdf/xpdf.html"
-
DESCRIPTION="An X Viewer for PDF Files"
DEPEND="virtual/x11
@@ -16,17 +14,12 @@ DEPEND="virtual/x11
>=media-libs/t1lib-1.0.1"
src_compile() {
-
- try ./configure --prefix=/usr/X11R6 --mandir=/usr/X11R6/man \
- --with-gzip
+ try ./configure --prefix=/usr/X11R6 --mandir=/usr/X11R6/man --with-gzip
try make
-
}
src_install() {
-
try make DESTDIR=${D} install
dodoc README ANNOUNCE CHANGES
-
}