aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
commitd77405fd6ddcab0d74954f84af513301be928298 (patch)
treef9d8301a9f6d3b115d6bf94c75a45e2ab5278877 /ftp
parent4a5323a0ff234534ebccba59d01996ac41ba379d (diff)
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/p5-Net-FTPServer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/p5-Net-FTPServer/Makefile b/ftp/p5-Net-FTPServer/Makefile
index 28394fd76687..4fbb0dec98fb 100644
--- a/ftp/p5-Net-FTPServer/Makefile
+++ b/ftp/p5-Net-FTPServer/Makefile
@@ -67,7 +67,7 @@ post-install:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR})
.endif
@${CAT} ${PKGMESSAGE}