Index: head/ftp/ftpcopy/Makefile =================================================================== --- head/ftp/ftpcopy/Makefile (revision 86070) +++ head/ftp/ftpcopy/Makefile (revision 86071) @@ -1,32 +1,32 @@ # New ports collection makefile for: ftpcopy # Date created: 5 June 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= ftpcopy -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.4 CATEGORIES= ftp ipv6 MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ -MAINTAINER= matthias.andree@web.de +MAINTAINER= matthias.andree@gmx.de COMMENT= Command line ftp tools for listing and mirroring WRKSRC= ${WRKDIR}/web/${DISTNAME} MAN1= ftpcopy.1 ftpcp.1 ftpls.1 do-install: cd ${WRKSRC}/compile && \ ${INSTALL_PROGRAM} ftpcopy ftpls ${PREFIX}/bin && \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 && \ ${INSTALL_SCRIPT} ftpcp ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} && \ cd ${WRKSRC}/compile && \ ${INSTALL_DATA} ChangeLog NEWS \ - README THANKS ${DOCSDIR} + README THANKS ftpcopy.html ftpls.html ${DOCSDIR} .endif .include Property changes on: head/ftp/ftpcopy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/ftp/ftpcopy/distinfo =================================================================== --- head/ftp/ftpcopy/distinfo (revision 86070) +++ head/ftp/ftpcopy/distinfo (revision 86071) @@ -1 +1 @@ -MD5 (ftpcopy-0.6.2.tar.gz) = 27178fcffbd23d3a8a3ec0b8c7b102c7 +MD5 (ftpcopy-0.6.4.tar.gz) = e6883a23ef664c059d9d0d34eb1501cd Property changes on: head/ftp/ftpcopy/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/ftp/ftpcopy/pkg-plist =================================================================== --- head/ftp/ftpcopy/pkg-plist (revision 86070) +++ head/ftp/ftpcopy/pkg-plist (revision 86071) @@ -1,8 +1,10 @@ bin/ftpcp bin/ftpcopy bin/ftpls %%PORTDOCS%%share/doc/ftpcopy/ChangeLog %%PORTDOCS%%share/doc/ftpcopy/NEWS %%PORTDOCS%%share/doc/ftpcopy/README %%PORTDOCS%%share/doc/ftpcopy/THANKS +%%PORTDOCS%%share/doc/ftpcopy/ftpcopy.html +%%PORTDOCS%%share/doc/ftpcopy/ftpls.html %%PORTDOCS%%@dirrm share/doc/ftpcopy Property changes on: head/ftp/ftpcopy/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property