diff options
Diffstat (limited to 'app-text/glark/glark-1.7.0.ebuild')
-rw-r--r-- | app-text/glark/glark-1.7.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/glark/glark-1.7.0.ebuild b/app-text/glark/glark-1.7.0.ebuild index f4770ec5ffc1..0dbba254243a 100644 --- a/app-text/glark/glark-1.7.0.ebuild +++ b/app-text/glark/glark-1.7.0.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-text/glark/glark-1.7.0.ebuild,v 1.1 2004/08/03 10:00:36 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.0.ebuild,v 1.2 2004/08/03 10:03:58 ciaranm Exp $ DESCRIPTION="File searcher similar to grep but with fancy output" HOMEPAGE="http://glark.sourceforge.net/" @@ -18,6 +18,9 @@ RDEPEND="virtual/ruby" src_compile() { emake + # force the manpage to be rebuilt + rm ${PN}.1 + make ${PN}.1 } src_install () { |