diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-03-26 23:51:09 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-03-26 23:51:09 +0000 |
commit | b007e127a322a1bf585151a0e644253ea207598a (patch) | |
tree | 45893984c75af8726929230b94ef13656e0ea909 /sys-libs | |
parent | Fixed bug 873: magicfilter installs man page incorrectly (diff) | |
download | gentoo-2-b007e127a322a1bf585151a0e644253ea207598a.tar.gz gentoo-2-b007e127a322a1bf585151a0e644253ea207598a.tar.bz2 gentoo-2-b007e127a322a1bf585151a0e644253ea207598a.zip |
misc. things
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.2-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.2-r5.ebuild b/sys-libs/ncurses/ncurses-5.2-r5.ebuild index 6ed9496d7875..d9034a3bdb2b 100644 --- a/sys-libs/ncurses/ncurses-5.2-r5.ebuild +++ b/sys-libs/ncurses/ncurses-5.2-r5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org>, Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r5.ebuild,v 1.1 2002/03/21 09:59:37 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r5.ebuild,v 1.2 2002/03/26 23:51:09 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Linux console display libarary" @@ -18,7 +18,7 @@ src_compile() { rm -rf test ./configure --prefix=/usr --libdir=/lib --mandir=/usr/share/man --enable-symlinks --enable-termcap --with-shared --with-rcs-ids --host=${CHOST} ${myconf} || die echo "all:" > test/Makefile - # Parallel make fails sometimes so I removed MAKEOPTS + #emake still doesn't work circa 25 Mar 2002 make || die } |