summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/ddclient/ddclient-3.6.3.ebuild')
-rw-r--r--net-dns/ddclient/ddclient-3.6.3.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/net-dns/ddclient/ddclient-3.6.3.ebuild b/net-dns/ddclient/ddclient-3.6.3.ebuild
index 1282c588f227..1ce6bed0bd6d 100644
--- a/net-dns/ddclient/ddclient-3.6.3.ebuild
+++ b/net-dns/ddclient/ddclient-3.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.6.3.ebuild,v 1.9 2004/12/22 20:55:53 config Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.6.3.ebuild,v 1.10 2005/04/01 22:20:38 seemant Exp $
inherit eutils
@@ -10,16 +10,15 @@ SRC_URI="http://members.rogers.com/ddclient/pub/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND="dev-lang/perl"
src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PF}-gentoo.diff
- epatch ${FILESDIR}/${PF}-mss1.diff
+ unpack ${A}; cd ${S}
+ epatch ${FILESDIR}/${PN}-gentoo.diff
+ epatch ${FILESDIR}/${PN}-mss1.diff
}
src_install() {