diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-14 12:47:47 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-14 12:47:47 +0800 |
commit | 7523af8eea85887f2bbd806c36690885504b0923 (patch) | |
tree | aef4dbfd217b612c6453c8d734d65914dee60a85 /ftp/cftp/Makefile | |
parent | 03328b56629a72e986d2dc5e31b1e7091c7cdfbb (diff) | |
download | freebsd-ports-gnome-7523af8eea85887f2bbd806c36690885504b0923.tar.gz freebsd-ports-gnome-7523af8eea85887f2bbd806c36690885504b0923.tar.zst freebsd-ports-gnome-7523af8eea85887f2bbd806c36690885504b0923.zip |
Update to 0.11
PR: 30515
Submitted by: gslin@infomath.math.nctu.edu.tw
Diffstat (limited to 'ftp/cftp/Makefile')
-rw-r--r-- | ftp/cftp/Makefile | 4 |
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 |