diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-13 19:20:17 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-13 19:20:17 +0000 |
commit | 0a2532d9dce54280524cf9cb778b8c78ab7a45ea (patch) | |
tree | dfa7db96d8ff1c9d2f61f61dbbb7be0b9852e2bf /net-ftp | |
parent | Portage now works again (diff) | |
download | historical-0a2532d9dce54280524cf9cb778b8c78ab7a45ea.tar.gz historical-0a2532d9dce54280524cf9cb778b8c78ab7a45ea.tar.bz2 historical-0a2532d9dce54280524cf9cb778b8c78ab7a45ea.zip |
lots of stuff :)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lukemftp/lukemftp-1.5-r1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild index c845ac328c57..7ac4b2470678 100644 --- a/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild +++ b/net-ftp/lukemftp/lukemftp-1.5-r1.ebuild @@ -12,7 +12,6 @@ SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/${A}" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1" - src_unpack() { unpack ${A} @@ -26,8 +25,6 @@ src_unpack() { src/main.orig > src/main.c } - - src_compile() { try ./configure --host=${CHOST} --prefix=/usr \ --enable-editcomplete --program-prefix=lukemftp |