summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lukemftp/lukemftp-1.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild
index 1393400cd900..e5716df3e675 100644
--- a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild
+++ b/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild
@@ -14,7 +14,7 @@ DEPEND="virtual/glibc
src_compile() {
- try ./configure --host=$${CHOST} --prefix=/usr \
+ try ./configure --host=${CHOST} --prefix=/usr \
--enable-editcomplete --program-prefix=lukemftp
try make