From 610e0bac1b4568fd7d1bab1c6132af7be53b2e93 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 29 Mar 2005 01:27:10 +0000 Subject: arm/hppa/ia64/s390 stable (Portage version: 2.0.51.19) --- net-dns/dnsmasq/dnsmasq-2.21.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'net-dns/dnsmasq') diff --git a/net-dns/dnsmasq/dnsmasq-2.21.ebuild b/net-dns/dnsmasq/dnsmasq-2.21.ebuild index 161fc3190279..30bb1a0c151f 100644 --- a/net-dns/dnsmasq/dnsmasq-2.21.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.21.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/net-dns/dnsmasq/dnsmasq-2.21.ebuild,v 1.4 2005/03/27 20:45:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.21.ebuild,v 1.5 2005/03/29 01:27:10 vapier Exp $ inherit eutils toolchain-funcs @@ -12,18 +12,17 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ppc ~s390 ~sh sparc x86" +KEYWORDS="amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} - >=sys-apps/sed-4 >=sys-apps/portage-2.0.51" -S="${WORKDIR}/${PN}-${MY_PV}" +S=${WORKDIR}/${PN}-${MY_PV} src_compile() { - epatch ${FILESDIR}/dnsmasq221-netlink.diff + epatch "${FILESDIR}"/dnsmasq221-netlink.diff emake CC="$(tc-getCC)" || die } @@ -31,13 +30,13 @@ src_install() { make \ PREFIX=/usr \ MANDIR=/usr/share/man \ - DESTDIR=${D} \ + DESTDIR="${D}" \ install || die dodoc CHANGELOG FAQ dohtml *.html - newinitd ${FILESDIR}/dnsmasq-init dnsmasq - newconfd ${FILESDIR}/dnsmasq.confd dnsmasq + newinitd "${FILESDIR}"/dnsmasq-init dnsmasq + newconfd "${FILESDIR}"/dnsmasq.confd dnsmasq insinto /etc newins dnsmasq.conf.example dnsmasq.conf } -- cgit v1.2.3-65-gdbad