diff options
author | krion <krion@FreeBSD.org> | 2003-08-01 16:08:14 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-01 16:08:14 +0800 |
commit | 31b755da517e5493cc3840ecbe7518e6d598a6e5 (patch) | |
tree | 2340d6e61fb2791415cab285b9b0d309fffd562a /ftp | |
parent | c836e78e6c837e5557f13d7e4f5db42796e3b1e6 (diff) | |
download | freebsd-ports-gnome-31b755da517e5493cc3840ecbe7518e6d598a6e5.tar.gz freebsd-ports-gnome-31b755da517e5493cc3840ecbe7518e6d598a6e5.tar.zst freebsd-ports-gnome-31b755da517e5493cc3840ecbe7518e6d598a6e5.zip |
Fix build on -current
PR: 55139
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
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 |