summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <blutgens@gentoo.org>2001-07-24 04:45:06 +0000
committerBen Lutgens <blutgens@gentoo.org>2001-07-24 04:45:06 +0000
commit35350d6b4a8d7bea0ed30427607bd2e247034a33 (patch)
tree3d9f391fe9ae03d9fa0e317169ea6f027ba36971
parentadded a wrapper and an initscript as well as a pkg_config() that finalized (diff)
downloadhistorical-35350d6b4a8d7bea0ed30427607bd2e247034a33.tar.gz
historical-35350d6b4a8d7bea0ed30427607bd2e247034a33.tar.bz2
historical-35350d6b4a8d7bea0ed30427607bd2e247034a33.zip
booboo
-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