diff options
Diffstat (limited to 'www-servers/mini_httpd')
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild index 9e915b4dec10..4eced3aea97c 100644 --- a/www-servers/mini_httpd/mini_httpd-1.19.ebuild +++ b/www-servers/mini_httpd/mini_httpd-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.4 2005/05/17 18:09:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.5 2005/07/10 00:57:20 swegener Exp $ DESCRIPTION="Small forking webserver with optional ssl and ipv6 support" HOMEPAGE="http://www.acme.com/software/mini_httpd/" @@ -14,8 +14,6 @@ IUSE="ssl ipv6" DEPEND="virtual/libc ssl? ( dev-libs/openssl )" -S=${WORKDIR}/${P} - src_compile() { ## we need to hack a bit to have the correct install-dir -- no autoconf :( mv Makefile Makefile.org |