summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-18 16:43:00 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-18 16:43:00 +0000
commit511393fb69b0db923195ada866f6272eeb635d35 (patch)
treecda232dcda8ac24acb6b9266f3d4fb64132da0eb /app-text/vilistextum
parentadded ppc to keywords (diff)
downloadgentoo-2-511393fb69b0db923195ada866f6272eeb635d35.tar.gz
gentoo-2-511393fb69b0db923195ada866f6272eeb635d35.tar.bz2
gentoo-2-511393fb69b0db923195ada866f6272eeb635d35.zip
Changed econf||die to econf
Diffstat (limited to 'app-text/vilistextum')
-rw-r--r--app-text/vilistextum/vilistextum-2.6.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/vilistextum/vilistextum-2.6.2.ebuild b/app-text/vilistextum/vilistextum-2.6.2.ebuild
index afc2990204dd..c914358dab6b 100644
--- a/app-text/vilistextum/vilistextum-2.6.2.ebuild
+++ b/app-text/vilistextum/vilistextum-2.6.2.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.7 2002/12/09 04:17:45 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.8 2002/12/18 16:39:05 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html."
SRC_URI="http://www.mysunrise.ch/users/bhaak/vilistextum/${P}.tar.bz2"
HOMEPAGE="http://www.mysunrise.ch/users/bhaak/vilistextum/"
-KEYWORDS="x86 sparc "
+
+KEYWORDS="x86 sparc"
LICENSE="GPL-2"
SLOT="0"
DEPEND="virtual/glibc"
src_compile() {
- econf --enable-multibyte || die
+ econf --enable-multibyte
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
dodoc README README.multibyte README.xhtml CHANGES
}