diff options
Diffstat (limited to 'ftp/ftpcopy/Makefile')
-rw-r--r-- | ftp/ftpcopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 651c9ea5fe22..efddd4ecd536 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ftpcopy -PORTVERSION= 0.4.8 +PORTVERSION= 0.5.1 CATEGORIES= ftp MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ @@ -24,7 +24,7 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} && \ cd ${WRKSRC}/compile && \ - ${INSTALL_DATA} ChangeLog NEWS LICENSES LICENSES.LOCAL \ + ${INSTALL_DATA} ChangeLog NEWS \ README THANKS ${DOCSDIR} .endif |