diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-07 19:33:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-07 19:33:34 +0800 |
commit | ba45c7d09a55e7d4a6f960baf66bc9032ac1c671 (patch) | |
tree | 95391206f93fa5560e238c919b26772dc59894be /ftp/ftpcopy | |
parent | 00002f97e7206825eae4beb4661a03fbc235013b (diff) | |
download | freebsd-ports-gnome-ba45c7d09a55e7d4a6f960baf66bc9032ac1c671.tar.gz freebsd-ports-gnome-ba45c7d09a55e7d4a6f960baf66bc9032ac1c671.tar.zst freebsd-ports-gnome-ba45c7d09a55e7d4a6f960baf66bc9032ac1c671.zip |
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/Makefile | 12 | ||||
-rw-r--r-- | ftp/ftpcopy/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftpcopy/pkg-comment | 2 | ||||
-rw-r--r-- | ftp/ftpcopy/pkg-descr | 4 | ||||
-rw-r--r-- | ftp/ftpcopy/pkg-plist | 10 |
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 |