diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:57:42 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:57:42 +0000 |
commit | ecb683207182873aa10bcdc006d8694e2aa1619c (patch) | |
tree | 307ebfcbb0eda5229dff40d9fc0b38fd26c1afee /www-servers/mini_httpd | |
parent | QA: Don't assign default to S (diff) | |
download | historical-ecb683207182873aa10bcdc006d8694e2aa1619c.tar.gz historical-ecb683207182873aa10bcdc006d8694e2aa1619c.tar.bz2 historical-ecb683207182873aa10bcdc006d8694e2aa1619c.zip |
QA: Don't assign default to S
Package-Manager: portage-2.0.51.22-r1
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 |