summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-11 01:38:12 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-11 01:38:12 +0000
commitecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622 (patch)
treed5af844edb86a410c96f3aefb23965bc04e91312 /net-ftp/lftp
parentfinally, a new version which *should* work better than the previous ones. I d... (diff)
downloadgentoo-2-ecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622.tar.gz
gentoo-2-ecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622.tar.bz2
gentoo-2-ecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622.zip
fix: this thing isn't compatible with emake/pmake
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r--net-ftp/lftp/lftp-2.3.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/lftp/lftp-2.3.11.ebuild b/net-ftp/lftp/lftp-2.3.11.ebuild
index 416866140a45..9a3901f405ea 100644
--- a/net-ftp/lftp/lftp-2.3.11.ebuild
+++ b/net-ftp/lftp/lftp-2.3.11.ebuild
@@ -32,7 +32,7 @@ src_compile() {
export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}"
try ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-modules --mandir=/usr/share/man $myconf
- try pmake
+ try make
}
src_install() {