summaryrefslogtreecommitdiff
path: root/ftp/ftpcopy
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-07 11:33:34 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-07 11:33:34 +0000
commit41e4ab56035d04f0a4d9ad7607e0539876047ee6 (patch)
tree7c1bad51829b7bb7ea5e717175abc79032705b27 /ftp/ftpcopy
parent- Update to version 3.6.4 (diff)
Update to 0.4.2.
PR: 30266 Submitted by: Matthias Andree <matthias.andree@web.de>
Notes
Notes: svn path=/head/; revision=47492
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 66db418631ca..63b8d31c8327 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 4d0fa771dd9c..f7c22d816dfb 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 c18256d96859..34f4d8747215 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 8d1960c2f3aa..216109e3d248 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 f97bdece2628..f277d216d5be 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