aboutsummaryrefslogtreecommitdiff
path: root/ftp/cftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/cftp/Makefile')
-rw-r--r--ftp/cftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile
index a80544a4552d..1f32078e7ea7 100644
--- a/ftp/cftp/Makefile
+++ b/ftp/cftp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cftp
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \
ftp://sunsite.univie.ac.at/pub/nih/cftp/
@@ -19,7 +19,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/cftp
.for file in AUTHORS ChangeLog NEWS README THANKS TODO
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif