diff options
Diffstat (limited to 'net-dialup/pptpd/pptpd-1.1.2.ebuild')
-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 |