aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpcopy/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-08-30 12:01:08 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-08-30 12:01:08 +0000
commitf4ea0d52718a5347a00f3dfe2db8c9ce1b2a155d (patch)
treef4392620341630bfbb9bf6f0ead0fd8fc6f28bf8 /ftp/ftpcopy/Makefile
parent85effe55b2478d8226372364bb25d31cc566b85a (diff)
downloadports-f4ea0d52718a5347a00f3dfe2db8c9ce1b2a155d.tar.gz
ports-f4ea0d52718a5347a00f3dfe2db8c9ce1b2a155d.zip
Notes
Diffstat (limited to 'ftp/ftpcopy/Makefile')
-rw-r--r--ftp/ftpcopy/Makefile4
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