diff options
author | 2008-01-31 19:25:34 +0000 | |
---|---|---|
committer | 2008-01-31 19:25:34 +0000 | |
commit | 7acb0eceaf2fca997e23c21c214c20a832b4ac7c (patch) | |
tree | 824cdad1d2c70d92174a430213a4185fd54d396b /www-apache/mod_tidy/mod_tidy-0.5.5.ebuild | |
parent | stable x86, bug 198566 (diff) | |
download | gentoo-2-7acb0eceaf2fca997e23c21c214c20a832b4ac7c.tar.gz gentoo-2-7acb0eceaf2fca997e23c21c214c20a832b4ac7c.tar.bz2 gentoo-2-7acb0eceaf2fca997e23c21c214c20a832b4ac7c.zip |
fix depend.apache usage wrt #208033; update metadata; cleanup
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_tidy/mod_tidy-0.5.5.ebuild')
-rw-r--r-- | www-apache/mod_tidy/mod_tidy-0.5.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apache/mod_tidy/mod_tidy-0.5.5.ebuild b/www-apache/mod_tidy/mod_tidy-0.5.5.ebuild index 802b05b7cfb8..78e9a85983ce 100644 --- a/www-apache/mod_tidy/mod_tidy-0.5.5.ebuild +++ b/www-apache/mod_tidy/mod_tidy-0.5.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tidy/mod_tidy-0.5.5.ebuild,v 1.1 2007/09/08 18:13:16 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tidy/mod_tidy-0.5.5.ebuild,v 1.2 2008/01/31 19:25:34 hollow Exp $ inherit eutils apache-module -DESCRIPTION="mod_tidy is a TidyLib based DSO module for the Apache 2 to parse, clean-up and pretty-print the webservers' (X)HTML output." +DESCRIPTION="a TidyLib based module to parse, clean-up and pretty-print the webservers' (X)HTML output" SRC_URI="http://mod-tidy.sourceforge.net/src/${P}.tar.gz" HOMEPAGE="http://mod-tidy.sourceforge.net/" @@ -24,7 +24,7 @@ need_apache2 DOCFILES="Changes INSTALL LICENSE README" src_compile() { - econf --with-apxs=${APXS2} || die "configure failed" + econf --with-apxs=${APXS} || die "configure failed" emake || die "make failed" } |