aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-25 01:40:44 +0800
committermat <mat@FreeBSD.org>2013-11-25 01:40:44 +0800
commit636603b4256acd6500e9ea55ddd74f51e9ed605d (patch)
treef9d8301a9f6d3b115d6bf94c75a45e2ab5278877 /ftp
parentc9f522e23f02154df2d9ac4a762e4f63f9333137 (diff)
downloadfreebsd-ports-gnome-636603b4256acd6500e9ea55ddd74f51e9ed605d.tar.gz
freebsd-ports-gnome-636603b4256acd6500e9ea55ddd74f51e9ed605d.tar.zst
freebsd-ports-gnome-636603b4256acd6500e9ea55ddd74f51e9ed605d.zip
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
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}