summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/tnftp/tnftp-20151004.ebuild')
-rw-r--r--net-ftp/tnftp/tnftp-20151004.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-ftp/tnftp/tnftp-20151004.ebuild b/net-ftp/tnftp/tnftp-20151004.ebuild
index c39d0e1b907c..fff01fa2c0b8 100644
--- a/net-ftp/tnftp/tnftp-20151004.ebuild
+++ b/net-ftp/tnftp/tnftp-20151004.ebuild
@@ -21,11 +21,10 @@ src_configure() {
econf \
--enable-editcomplete \
$(use_enable ipv6) \
- $(use_with socks5 socks) \
- || die "econf failed"
+ $(use_with socks5 socks)
}
src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc ChangeLog README THANKS || die "dodoc failed"
+ emake install DESTDIR="${D}"
+ dodoc ChangeLog README THANKS
}