summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/gnofin')
-rw-r--r--app-office/gnofin/gnofin-0.8.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/gnofin/gnofin-0.8.4.ebuild b/app-office/gnofin/gnofin-0.8.4.ebuild
index bfbc4113e8c0..a0d1afd59109 100644
--- a/app-office/gnofin/gnofin-0.8.4.ebuild
+++ b/app-office/gnofin/gnofin-0.8.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.4.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.4.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -15,8 +15,8 @@ HOMEPAGE="http://gnofin.sourceforge.net"
DEPEND=">=gnome-base/gnome-libs-1.2.4
>=gnome-base/libxml-1.8.10"
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
+src_compile() {
+ try ./configure --host=${CHOST} --prefix=/opt/gnome
try make
}