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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild b/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild index 75c2ee886637..d499d5be7b06 100644 --- a/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild,v 1.4 2002/03/21 07:05:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild,v 1.5 2002/03/26 23:51:09 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Window manager based on BlackBox" @@ -38,7 +38,6 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ $myconf || die "./configure failed" - emake || die } |