summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/re2c/re2c-0.9.1.ebuild')
-rw-r--r--dev-util/re2c/re2c-0.9.1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/re2c/re2c-0.9.1.ebuild b/dev-util/re2c/re2c-0.9.1.ebuild
index a5878e187726..0c90c6e131c4 100644
--- a/dev-util/re2c/re2c-0.9.1.ebuild
+++ b/dev-util/re2c/re2c-0.9.1.ebuild
@@ -1,17 +1,19 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.1.ebuild,v 1.2 2004/03/13 01:45:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.1.ebuild,v 1.3 2004/03/19 09:56:43 mr_bones_ Exp $
inherit eutils
DESCRIPTION="re2c is a tool for generating C-based recognizers from regular expressions."
HOMEPAGE="http://www.tildeslash.org/re2c/"
SRC_URI="http://www.tildeslash.org/re2c/${P}.tar.gz"
+
LICENSE="public-domain"
SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND=">=byacc-1.9"
+
+DEPEND=">=dev-util/byacc-1.9"
src_unpack() {
unpack ${A} || die
@@ -27,7 +29,7 @@ src_compile() {
}
src_install() {
+ dobin re2c || die "dobin failed"
doman re2c.1
- dobin re2c
dodoc CHANGELOG NO_WARRANTY README doc/*
}