aboutsummaryrefslogtreecommitdiff
path: root/ftp/cftp/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-21 14:06:08 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-21 14:06:08 +0000
commite43f28dd652ea573bb2b477daa9e007bb1012f24 (patch)
tree64309d7ce7594cae1e42fd7c45f25f8122f5c9c0 /ftp/cftp/Makefile
parent7ea1bc10750a7a851471d377de57f88c7c819289 (diff)
utilize/trash DOCSDIR.
Notes
Notes: svn path=/head/; revision=48034
Diffstat (limited to 'ftp/cftp/Makefile')
-rw-r--r--ftp/cftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile
index 1f32078e7ea7..d76cea46c49d 100644
--- a/ftp/cftp/Makefile
+++ b/ftp/cftp/Makefile
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/cftp
+ @${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog NEWS README THANKS TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor