summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 20:39:29 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 20:39:29 +0000
commit00fc179878e2b9729b106998982efd2354ddcd78 (patch)
tree6b60ea975ad08b0d06735c1d9028f03e45d04053 /app-crypt/kth-krb/kth-krb-1.2.ebuild
parentChanged econf||die to econf (diff)
downloadgentoo-2-00fc179878e2b9729b106998982efd2354ddcd78.tar.gz
gentoo-2-00fc179878e2b9729b106998982efd2354ddcd78.tar.bz2
gentoo-2-00fc179878e2b9729b106998982efd2354ddcd78.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-crypt/kth-krb/kth-krb-1.2.ebuild')
-rw-r--r--app-crypt/kth-krb/kth-krb-1.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/kth-krb/kth-krb-1.2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.ebuild
index a2b7481723f9..18841b98d5ec 100644
--- a/app-crypt/kth-krb/kth-krb-1.2.ebuild
+++ b/app-crypt/kth-krb/kth-krb-1.2.ebuild
@@ -1,10 +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/kth-krb/kth-krb-1.2.ebuild,v 1.1 2002/10/18 09:04:22 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.2 2002/11/30 20:37:07 vapier Exp $
-IUSE="ssl afs"
-
-S=${WORKDIR}/krb4-${PV}
DESCRIPTION="Kerberos 4 implementation from KTH"
SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz"
HOMEPAGE="http://www.pdc.kth.se/kth-krb/"
@@ -12,10 +9,13 @@ HOMEPAGE="http://www.pdc.kth.se/kth-krb/"
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86 ~sparc ~sparc64"
+IUSE="ssl afs"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
afs? ( >=net-fs/openafs-1.2.2-r7 )"
+S=${WORKDIR}/krb4-${PV}
+
src_compile() {
local myconf=""
@@ -32,7 +32,7 @@ src_compile() {
make || die
}
-src_install () {
+src_install() {
make prefix=${D}/usr/athena \
sysconfdir=${D}/etc \
install || die