aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpcopy/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-08-30 20:01:08 +0800
committersobomax <sobomax@FreeBSD.org>2002-08-30 20:01:08 +0800
commit6791967615fd4860806652348b06b81aa75fed66 (patch)
treedec8489f41fd016537e409c72de7e96077ede92d /ftp/ftpcopy/Makefile
parent2d26da816ffdb2a54b181ed69292eff66cbf8ab9 (diff)
downloadfreebsd-ports-gnome-6791967615fd4860806652348b06b81aa75fed66.tar.gz
freebsd-ports-gnome-6791967615fd4860806652348b06b81aa75fed66.tar.zst
freebsd-ports-gnome-6791967615fd4860806652348b06b81aa75fed66.zip
Update to 0.5.1.
PR: 40460 40668 41675 Submitted by: Matthias Andree <ma@dt.e-technik.uni-dortmund.de> Oliver Braun <obraun@informatik.unibw-muenchen.de>
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