summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-06-30 00:59:55 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-06-30 00:59:55 +0000
commitd4467b501930821e903864be531d4cd3e6935860 (patch)
tree882e0b69f82455853984fda4fb8d3156c0bb9666 /net-dns/djbdns/djbdns-1.05-r17.ebuild
parentAdd ~ppc. (diff)
downloadhistorical-d4467b501930821e903864be531d4cd3e6935860.tar.gz
historical-d4467b501930821e903864be531d4cd3e6935860.tar.bz2
historical-d4467b501930821e903864be531d4cd3e6935860.zip
Clean up unpack/patch process.
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'net-dns/djbdns/djbdns-1.05-r17.ebuild')
-rw-r--r--net-dns/djbdns/djbdns-1.05-r17.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/djbdns/djbdns-1.05-r17.ebuild b/net-dns/djbdns/djbdns-1.05-r17.ebuild
index 8d1c0022c43d..9991fb45931e 100644
--- a/net-dns/djbdns/djbdns-1.05-r17.ebuild
+++ b/net-dns/djbdns/djbdns-1.05-r17.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/net-dns/djbdns/djbdns-1.05-r17.ebuild,v 1.9 2006/04/30 00:30:51 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r17.ebuild,v 1.10 2006/06/30 00:59:55 robbat2 Exp $
IUSE="aliaschain cnamefix doc fwdzone ipv6 \
multipleip roundrobin semanticfix static selinux \
@@ -41,7 +41,7 @@ RDEPEND=">=sys-process/daemontools-0.70
selinux? ( sec-policy/selinux-djbdns )"
src_unpack() {
- unpack ${A}
+ unpack ${P}.tar.gz
cd ${S}
use ipv6 && use cnamefix && \
@@ -97,7 +97,7 @@ src_unpack() {
"be compiled without IPv6 support."
cp -pR ${S} ${S}-noipv6
# Careful -- >=test21 of the ipv6 patch includes the errno patch
- epatch ${WORKDIR}/${P}-${IPV6_PATCH}.diff
+ epatch ${DISTDIR}/${P}-${IPV6_PATCH}.diff.bz2
cd ${S}-noipv6
fi