summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-15 06:20:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-15 06:20:27 +0000
commit48a14f3a23a72a4d0a26f8e6e325033024be7699 (patch)
tree0a839c0f6293155aa3e8eb0ea5849304e1d46464 /app-office/lyx/lyx-1.2.1.ebuild
parentquick manpage fix (diff)
downloadhistorical-48a14f3a23a72a4d0a26f8e6e325033024be7699.tar.gz
historical-48a14f3a23a72a4d0a26f8e6e325033024be7699.tar.bz2
historical-48a14f3a23a72a4d0a26f8e6e325033024be7699.zip
manpage/LFH fixes
Diffstat (limited to 'app-office/lyx/lyx-1.2.1.ebuild')
-rw-r--r--app-office/lyx/lyx-1.2.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/lyx/lyx-1.2.1.ebuild b/app-office/lyx/lyx-1.2.1.ebuild
index b4b494c7f7f1..a4ee9b775cd8 100644
--- a/app-office/lyx/lyx-1.2.1.ebuild
+++ b/app-office/lyx/lyx-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.4 2002/09/11 17:42:39 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.5 2002/09/15 06:20:27 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
@@ -48,7 +48,7 @@ src_compile() {
#./autogen.sh
- ./configure --host=${CHOST} --prefix=/usr ${myconf} || die "./configure failed"
+ econf ${myconf} || die "./configure failed"
#--infodir='$(prefix)/share/info' \
#--with-extra-inc=/usr/X11R6/include \
#--mandir='$(prefix)/share/man' \
@@ -59,7 +59,7 @@ src_install () {
# The 'install-strip' target is provided by the LyX makefile
# for stripping installed binaries. Use prefix= instead of
# DESTDIR=, otherwise it violates the sandbox in the po directory.
- make prefix=${D}/usr install
+ einstall || die
dodoc README* UPGRADING INSTALL* ChangeLog NEW COPYING ANNOUNCE ABOUT-NLS
}