diff options
Diffstat (limited to 'ftp/ftpcopy')
-rw-r--r-- | ftp/ftpcopy/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftpcopy/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 453b217..a081d78 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ MAINTAINER= matthias.andree@gmx.de COMMENT= Command line ftp tools for listing and mirroring +USE_PERL5_BUILD= yes + WRKSRC= ${WRKDIR}/web/${DISTNAME} MAN1= ftpcopy.1 ftpcp.1 ftpls.1 diff --git a/ftp/ftpcopy/pkg-descr b/ftp/ftpcopy/pkg-descr index 03907ef..b63d840 100644 --- a/ftp/ftpcopy/pkg-descr +++ b/ftp/ftpcopy/pkg-descr @@ -8,6 +8,6 @@ format, although it also supports the traditional listing format (/bin/ls). ftpls is a FTP client which generates directory listings, either in plain text or HTML format. -The tools only support passive mode FTP. +The tools only support passive mode FTP, intentionally. WWW: http://www.ohse.de/uwe/ftpcopy.html |