diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-15 18:58:16 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-15 18:58:16 +0000 |
commit | 9ad32d68e2a8f31a3315eb13e61acab8afade4a2 (patch) | |
tree | 6a7809db7d33b9d8ebf8303661a1a20d81fcbf61 /app-crypt | |
parent | packet sniffer. (diff) | |
download | gentoo-2-9ad32d68e2a8f31a3315eb13e61acab8afade4a2.tar.gz gentoo-2-9ad32d68e2a8f31a3315eb13e61acab8afade4a2.tar.bz2 gentoo-2-9ad32d68e2a8f31a3315eb13e61acab8afade4a2.zip |
*** empty log message ***
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/krb5/krb5-1.2.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-crypt/krb5/krb5-1.2.2.ebuild b/app-crypt/krb5/krb5-1.2.2.ebuild index 14e604e0c876..3e1379d24e50 100644 --- a/app-crypt/krb5/krb5-1.2.2.ebuild +++ b/app-crypt/krb5/krb5-1.2.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <grant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.2 2001/06/24 02:20:29 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.3 2001/07/15 18:58:16 achim Exp $ #P= A=${P}.tar.gz -S=${WORKDIR}/${P} +S=${WORKDIR}/${P}/src SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${A}" DESCRIPTION="MIT Kerberos V (set up for pam)" HOMEPAGE="http://crypto-publish.org" @@ -15,8 +15,7 @@ DEPEND="virtual/glibc" src_compile() { - cd ${S}/src - try ./configure --with-krb4 --enable-shared --prefix=/usr --host=${CHOST} + try ./configure --with-krb4 --enable-shared --prefix=/usr --mandir=/usr/share/man --host=${CHOST} mv Makefile Makefile.orig #Don't install the ftp, telnet, r* apps; use pam instead sed -e 's/ appl //' Makefile.orig > Makefile @@ -26,7 +25,6 @@ src_compile() { src_install () { - cd ${S}/src try make DESTDIR=${D} install cd .. dodoc README |