diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-03 06:26:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-03 06:26:15 +0000 |
commit | 42ff7bf96794f5ce62e26e5128827f8328067300 (patch) | |
tree | a8d558cc6000c9132dcf01ef1c2f472594cc9dff /www-servers | |
parent | Fix Manifest borkage due to Attic/ in cvs tag. (diff) | |
download | gentoo-2-42ff7bf96794f5ce62e26e5128827f8328067300.tar.gz gentoo-2-42ff7bf96794f5ce62e26e5128827f8328067300.tar.bz2 gentoo-2-42ff7bf96794f5ce62e26e5128827f8328067300.zip |
s390 stable
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild index 4f29ce822c68..eb222f6660e7 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-2006 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.6 2006/07/05 03:58:23 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.7 2006/12/03 06:26:15 vapier Exp $ DESCRIPTION="Small forking webserver with optional ssl and ipv6 support" HOMEPAGE="http://www.acme.com/software/mini_httpd/" @@ -8,11 +8,10 @@ SRC_URI="http://www.acme.com/software/mini_httpd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="ppc ~s390 x86" +KEYWORDS="ppc s390 x86" IUSE="ssl ipv6" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" src_compile() { ## we need to hack a bit to have the correct install-dir -- no autoconf :( @@ -47,10 +46,8 @@ src_install() { mv ${D}/usr/sbin/{,mini_}htpasswd mv ${D}/usr/share/man/man1/{,mini_}htpasswd.1 - exeinto /etc/init.d - newexe ${FILESDIR}/mini_httpd.init mini_httpd - insinto /etc/conf.d - newins ${FILESDIR}/mini_httpd.confd-${PV} mini_httpd + newinitd "${FILESDIR}"/mini_httpd.init mini_httpd + newconfd "${FILESDIR}"/mini_httpd.confd-${PV} mini_httpd dodoc README newdoc ${FILESDIR}/mini_httpd.conf.sample-${PV} mini_httpd.conf.sample } |