diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:10:54 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:10:54 +0000 |
commit | b998104c0ece932692fb196cad924268bf33f523 (patch) | |
tree | b8d6ae14accaea8fc616a0105b5b1d4ca3d8049d /sys-devel/flex/flex-2.5.31.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-b998104c0ece932692fb196cad924268bf33f523.tar.gz gentoo-2-b998104c0ece932692fb196cad924268bf33f523.tar.bz2 gentoo-2-b998104c0ece932692fb196cad924268bf33f523.zip |
whitespace cleanup
Diffstat (limited to 'sys-devel/flex/flex-2.5.31.ebuild')
-rw-r--r-- | sys-devel/flex/flex-2.5.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/flex/flex-2.5.31.ebuild b/sys-devel/flex/flex-2.5.31.ebuild index 6079d459c2ab..a4b146d6b837 100644 --- a/sys-devel/flex/flex-2.5.31.ebuild +++ b/sys-devel/flex/flex-2.5.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.31.ebuild,v 1.3 2003/06/22 06:20:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.31.ebuild,v 1.4 2003/09/06 08:08:48 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU lexical analyser generator" @@ -32,7 +32,7 @@ src_compile() { src_install() { einstall || die - + if [ -z "`use build`" ] then dodoc AUTHORS COPYING ChangeLog NEWS ONEWS README* RoadMap THANKS TODO |