diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:48:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:48:32 +0000 |
commit | 63e1c6057e74e71020aed2094467f62664cd6af4 (patch) | |
tree | 3dabfd2bb8bafd28e69673b9cb4cc9f5ad511abf /app-text/namazu/namazu-2.0.12.ebuild | |
parent | Don't assign default to S; header fix (diff) | |
download | historical-63e1c6057e74e71020aed2094467f62664cd6af4.tar.gz historical-63e1c6057e74e71020aed2094467f62664cd6af4.tar.bz2 historical-63e1c6057e74e71020aed2094467f62664cd6af4.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-text/namazu/namazu-2.0.12.ebuild')
-rw-r--r-- | app-text/namazu/namazu-2.0.12.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-text/namazu/namazu-2.0.12.ebuild b/app-text/namazu/namazu-2.0.12.ebuild index 5316f729fca1..d844999dfa00 100644 --- a/app-text/namazu/namazu-2.0.12.ebuild +++ b/app-text/namazu/namazu-2.0.12.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.12.ebuild,v 1.2 2003/09/05 22:37:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.12.ebuild,v 1.3 2004/03/12 08:47:53 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Namazu is a full-text search engine" SRC_URI="http://www.namazu.org/stable/${P}.tar.gz" HOMEPAGE="http://www.namazu.org/" @@ -21,8 +20,6 @@ DEPEND=">=dev-lang/perl-5.6.1 tcltk? ( >=dev-lang/tk-8.3.3 >=net-www/lynx-2.8.4 )" -#RDEPEND=$DEPEND - src_compile() { local myconf=""; |