diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-01 08:08:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-01 08:08:14 +0000 |
commit | bb2b74c6c164bde25a0279840192d13e34c537ca (patch) | |
tree | 36916aedd5f0ad394d643725fe9504c3562510ae /ftp | |
parent | 762d33221a0ec32611eaac600fd07db1df281e7b (diff) | |
download | ports-bb2b74c6c164bde25a0279840192d13e34c537ca.tar.gz ports-bb2b74c6c164bde25a0279840192d13e34c537ca.zip |
Notes
Diffstat (limited to 'ftp')
-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 453b217c856e..a081d78699b1 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 03907ef57aa1..b63d8402e424 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 |