diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:24:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:24:39 +0000 |
commit | a54b3870aee57e7444d147d0f33cab4313258caa (patch) | |
tree | febe540a80dd160e6624089a9d5d429aa77a338a /dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild | |
parent | Install ion2.desktop for gdm, remove old versions. (diff) | |
download | historical-a54b3870aee57e7444d147d0f33cab4313258caa.tar.gz historical-a54b3870aee57e7444d147d0f33cab4313258caa.tar.bz2 historical-a54b3870aee57e7444d147d0f33cab4313258caa.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild')
-rw-r--r-- | dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild b/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild index d404418f2b2f..def618415b68 100644 --- a/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild +++ b/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild @@ -1,6 +1,6 @@ -# 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/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild,v 1.2 2003/02/13 10:43:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhtmlparse/libhtmlparse-0.1.12.ebuild,v 1.3 2004/03/14 12:22:07 mr_bones_ Exp $ DESCRIPTION="libhtmlparse is a HTML parsing library. It takes HTML tags, text, etc and calls callbacks you define for each type of token in the document." HOMEPAGE="http://msalem.translator.cx/libhtmlparse.html" @@ -12,8 +12,6 @@ IUSE="" DEPEND="virtual/glibc" -S=${WORKDIR}/${P} - src_compile() { ./configure \ --host=${CHOST} \ |