summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild')
-rw-r--r--net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild b/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild
index c9f41de9f487..bb078dd865c1 100644
--- a/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild
+++ b/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild,v 1.6 2005/01/29 08:36:38 corsair Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+#Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19-r2.ebuild,v 1.1 2003/03/23 19:19:22 mholzer Exp $
inherit eutils
IUSE="nls pam"
+S=${WORKDIR}/${P}
DESCRIPTION="Provides Access to Netware services using the NCP protocol (Kernel support must be activated!)"
SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/${PN}/old/${P}.tar.gz"
HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/latest/"
@@ -26,7 +27,7 @@ src_compile() {
&& myconf="${myconf} --enable-pam" \
|| myconf="${myconf} --disable-pam"
- econf ${myconf} || die "econf failed"
+ econf ${myconf}
emake || die
}