diff options
Diffstat (limited to 'app-crypt/krb5/krb5-1.2.6.ebuild')
-rw-r--r-- | app-crypt/krb5/krb5-1.2.6.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/krb5/krb5-1.2.6.ebuild b/app-crypt/krb5/krb5-1.2.6.ebuild index 45e35ed3c3d2..6bca36a7783c 100644 --- a/app-crypt/krb5/krb5-1.2.6.ebuild +++ b/app-crypt/krb5/krb5-1.2.6.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.6.ebuild,v 1.1 2002/10/28 14:01:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.6.ebuild,v 1.2 2002/11/30 20:35:04 vapier Exp $ -S=${WORKDIR}/${P}/src SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${P}.tar.gz" DESCRIPTION="MIT Kerberos V (set up for pam)" HOMEPAGE="http://web.mit.edu/kerberos/www/" @@ -12,7 +11,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc sparc64" -DEPEND="virtual/glibc" +S=${WORKDIR}/${P}/src src_unpack() { unpack ${A} @@ -28,14 +27,14 @@ src_compile() { econf \ --with-krb4 \ --enable-shared \ - --enable-dns || die + --enable-dns mv Makefile Makefile.orig #Don't install the ftp, telnet, r* apps; use pam instead sed -e 's/ appl / /' Makefile.orig > Makefile make || die } -src_install () { +src_install() { make DESTDIR=${D} install || die cd .. dodoc README |