diff options
Diffstat (limited to 'www-servers/pound/pound-2.2.ebuild')
-rw-r--r-- | www-servers/pound/pound-2.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www-servers/pound/pound-2.2.ebuild b/www-servers/pound/pound-2.2.ebuild index eab818b53a37..7f91fad10855 100644 --- a/www-servers/pound/pound-2.2.ebuild +++ b/www-servers/pound/pound-2.2.ebuild @@ -1,6 +1,6 @@ -# 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-servers/pound/pound-2.2.ebuild,v 1.1 2007/01/09 08:01:31 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.2.ebuild,v 1.2 2008/01/26 14:28:50 bangert Exp $ inherit flag-o-matic @@ -31,18 +31,18 @@ src_compile() { src_install() { dodir /usr/sbin - cp ${S}/pound ${D}/usr/sbin/ - cp ${S}/poundctl ${D}/usr/sbin/ + cp "${S}"/pound "${D}"/usr/sbin/ + cp "${S}"/poundctl "${D}"/usr/sbin/ doman pound.8 doman poundctl.8 dodoc README FAQ dodir /etc/init.d - newinitd ${FILESDIR}/pound.init-1.9 pound + newinitd "${FILESDIR}"/pound.init-1.9 pound insinto /etc - newins ${FILESDIR}/pound-2.2.cfg pound.cfg + newins "${FILESDIR}"/pound-2.2.cfg pound.cfg } pkg_postinst() { |