diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 04:58:40 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 04:58:40 +0000 |
commit | 35dc8bbf1133b04e7387c924ffeeafd0aff1b18f (patch) | |
tree | 3709d200cec8e766ba187f97e3968d40a5c69b68 /net-dialup/pptpd | |
parent | even more repoman fixors (diff) | |
download | historical-35dc8bbf1133b04e7387c924ffeeafd0aff1b18f.tar.gz historical-35dc8bbf1133b04e7387c924ffeeafd0aff1b18f.tar.bz2 historical-35dc8bbf1133b04e7387c924ffeeafd0aff1b18f.zip |
repoman fix
Diffstat (limited to 'net-dialup/pptpd')
-rw-r--r-- | net-dialup/pptpd/pptpd-1.1.2.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/net-dialup/pptpd/pptpd-1.1.2.ebuild b/net-dialup/pptpd/pptpd-1.1.2.ebuild index 47aaaa5457ea..58f353f446b2 100644 --- a/net-dialup/pptpd/pptpd-1.1.2.ebuild +++ b/net-dialup/pptpd/pptpd-1.1.2.ebuild @@ -1,29 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Mike Jones <ashmodai@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.2 2002/07/08 04:58:40 drobbins Exp $ S=${WORKDIR}/pptpd-1.1.2 DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" SRC_URI="http://www.mirrors.wiretapped.net/security/network-security/poptop/pptpd-1.1.2.tar.gz" HOMEPAGE="http://poptop.lineo.com" -DEPEND="virtual/glibc - virtual/pppd" - +DEPEND="virtual/glibc net-dialup/ppp" LICENSE="GPL" RDEPEND="" SLOT="0" src_compile() { - econf || die - emake || die + econf || die + emake || die } src_install () { - - make \ - DESTDIR=${D} \ - man_prefix=/usr/share/man \ - install || die + make \ + DESTDIR=${D} \ + man_prefix=/usr/share/man \ + install || die insinto /etc doins ${FILESDIR}/pptpd.conf |