diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-10-13 20:14:27 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-10-13 20:14:27 +0000 |
commit | 9012cd58692b5971fb8be6f2abcae28229006ebb (patch) | |
tree | a94ebc13fc50a0b4a138813783d427ed7270a4be /app-misc/tdl/tdl-1.5.2.ebuild | |
parent | shell-tools (diff) | |
download | historical-9012cd58692b5971fb8be6f2abcae28229006ebb.tar.gz historical-9012cd58692b5971fb8be6f2abcae28229006ebb.tar.bz2 historical-9012cd58692b5971fb8be6f2abcae28229006ebb.zip |
repoman commit
Diffstat (limited to 'app-misc/tdl/tdl-1.5.2.ebuild')
-rw-r--r-- | app-misc/tdl/tdl-1.5.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/tdl/tdl-1.5.2.ebuild b/app-misc/tdl/tdl-1.5.2.ebuild index bf6a9d11aeb5..2648baaf95b8 100644 --- a/app-misc/tdl/tdl-1.5.2.ebuild +++ b/app-misc/tdl/tdl-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.9 2004/10/05 13:34:52 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.10 2004/10/13 20:14:27 taviso Exp $ inherit eutils flag-o-matic @@ -40,7 +40,8 @@ src_compile() { sed -i 's#-lncurses##g' ${S}/configure fi - ./configure ${myconf} || die "configure failed, sorry!" + # XXX: do not replace with econf. + ${S}/configure ${myconf} || die "configure failed, sorry!" emake all tdl.info tdl.html tdl.txt || die use doc && emake tdl.dvi tdl.ps tdl.pdf } |