summaryrefslogtreecommitdiffstats
path: root/ftp/ftpcopy
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-07 11:33:34 +0000
committersobomax <sobomax@FreeBSD.org>2001-09-07 11:33:34 +0000
commitba45c7d09a55e7d4a6f960baf66bc9032ac1c671 (patch)
tree95391206f93fa5560e238c919b26772dc59894be /ftp/ftpcopy
parent00002f97e7206825eae4beb4661a03fbc235013b (diff)
downloadFreeBSD-ports-ba45c7d09a55e7d4a6f960baf66bc9032ac1c671.zip
FreeBSD-ports-ba45c7d09a55e7d4a6f960baf66bc9032ac1c671.tar.gz
Update to 0.4.2.
PR: 30266 Submitted by: Matthias Andree <matthias.andree@web.de>
Diffstat (limited to 'ftp/ftpcopy')
-rw-r--r--ftp/ftpcopy/Makefile12
-rw-r--r--ftp/ftpcopy/distinfo2
-rw-r--r--ftp/ftpcopy/pkg-comment2
-rw-r--r--ftp/ftpcopy/pkg-descr4
-rw-r--r--ftp/ftpcopy/pkg-plist10
5 files changed, 19 insertions, 11 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile
index 66db418..63b8d31 100644
--- a/ftp/ftpcopy/Makefile
+++ b/ftp/ftpcopy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ftpcopy
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.2
CATEGORIES= ftp
MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/
@@ -17,11 +17,15 @@ WRKSRC= ${WRKDIR}/web/${DISTNAME}
MAN1= ftpcopy.1 ftpcp.1 ftpls.1
do-install:
- ${MKDIR} ${DATADIR}
cd ${WRKSRC}/compile && \
${INSTALL_PROGRAM} ftpcopy ftpls ${PREFIX}/bin && \
- ${INSTALL_SCRIPT} ftpcp ${PREFIX}/bin && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 && \
- ${INSTALL_DATA} NEWS README ${DATADIR}
+ ${INSTALL_SCRIPT} ftpcp ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR} && \
+ cd ${WRKSRC}/compile && \
+ ${INSTALL_DATA} ChangeLog NEWS LICENSES LICENSES.LOCAL \
+ README THANKS ${DOCSDIR}
+.endif
.include <bsd.port.mk>
diff --git a/ftp/ftpcopy/distinfo b/ftp/ftpcopy/distinfo
index 4d0fa77..f7c22d8 100644
--- a/ftp/ftpcopy/distinfo
+++ b/ftp/ftpcopy/distinfo
@@ -1 +1 @@
-MD5 (ftpcopy-0.4.0.tar.gz) = 3a4f64a99e02755db9760f18ac4a777e
+MD5 (ftpcopy-0.4.2.tar.gz) = 0b2048457f0c6eb4b7f205bb8b502310
diff --git a/ftp/ftpcopy/pkg-comment b/ftp/ftpcopy/pkg-comment
index c18256d..34f4d87 100644
--- a/ftp/ftpcopy/pkg-comment
+++ b/ftp/ftpcopy/pkg-comment
@@ -1 +1 @@
-Two command line ftp tools
+Command line ftp tools for listing and mirroring
diff --git a/ftp/ftpcopy/pkg-descr b/ftp/ftpcopy/pkg-descr
index 8d1960c..216109e 100644
--- a/ftp/ftpcopy/pkg-descr
+++ b/ftp/ftpcopy/pkg-descr
@@ -2,8 +2,8 @@ Two command line ftp tools.
ftpcopy is a simply FTP client written to copy files or directories
(recursively) from a FTP server. It's main purpose is to mirror FTP sites which
-support the EPLF directory listing format, although it also supports the
-traditional listing format (/bin/ls).
+support the MLSD/MLST commands or which employ the EPLF directory listing
+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.
diff --git a/ftp/ftpcopy/pkg-plist b/ftp/ftpcopy/pkg-plist
index f97bdec..f277d21 100644
--- a/ftp/ftpcopy/pkg-plist
+++ b/ftp/ftpcopy/pkg-plist
@@ -1,6 +1,10 @@
bin/ftpcp
bin/ftpcopy
bin/ftpls
-share/ftpcopy/NEWS
-share/ftpcopy/README
-@dirrm share/ftpcopy
+%%PORTDOCS%%share/doc/ftpcopy/ChangeLog
+%%PORTDOCS%%share/doc/ftpcopy/LICENSES
+%%PORTDOCS%%share/doc/ftpcopy/LICENSES.LOCAL
+%%PORTDOCS%%share/doc/ftpcopy/NEWS
+%%PORTDOCS%%share/doc/ftpcopy/README
+%%PORTDOCS%%share/doc/ftpcopy/THANKS
+%%PORTDOCS%%@dirrm share/doc/ftpcopy
OpenPOWER on IntegriCloud