From 31b755da517e5493cc3840ecbe7518e6d598a6e5 Mon Sep 17 00:00:00 2001 From: krion Date: Fri, 1 Aug 2003 08:08:14 +0000 Subject: Fix build on -current PR: 55139 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) --- ftp/ftpcopy/Makefile | 2 ++ ftp/ftpcopy/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'ftp/ftpcopy') 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 -- cgit