diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
commit | 407d3f3b25bd4f01bcff9d04272b52813285c71f (patch) | |
tree | 62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-dialup/pppoed | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2 gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-dialup/pppoed')
-rw-r--r-- | net-dialup/pppoed/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/pppoed/Manifest b/net-dialup/pppoed/Manifest index a47b57a6876a..b1638b9eba6c 100644 --- a/net-dialup/pppoed/Manifest +++ b/net-dialup/pppoed/Manifest @@ -1,3 +1,3 @@ MD5 2271de5691ac953e3fba5bf668844e60 ChangeLog 791 -MD5 51f06cbeef3ce8da5be73a24bc478a68 pppoed-0.48_beta1-r1.ebuild 768 +MD5 42d1046b7cf931e155a48c35e628ad73 pppoed-0.48_beta1-r1.ebuild 738 MD5 5e19973ce403b09666cafc987176d7e9 files/digest-pppoed-0.48_beta1-r1 62 diff --git a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild b/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild index 4205e878e6e8..fe47b2434547 100644 --- a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild +++ b/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild,v 1.10 2003/07/19 20:47:30 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild,v 1.11 2003/09/07 00:09:22 msterret Exp $ S=${WORKDIR}/pppoed-0.48b1/pppoed DESCRIPTION="PPP over Ethernet" @@ -13,13 +13,13 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -src_compile() { +src_compile() { econf \ --sysconfdir=/etc/ppp/pppoed || die make || die } -src_install() { +src_install() { make DESTDIR=${D} install || die |