aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-16 08:12:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-16 08:12:16 +0000
commit67088d05cbdbb4829a2d79707d9793554c2fdefa (patch)
tree15b7fb4d0adb0bb984e8f54f15f7f12e613d3f39 /sysutils
parentb23728f30be7eb77538a2c07aca930a2a76feca3 (diff)
downloadports-67088d05cbdbb4829a2d79707d9793554c2fdefa.tar.gz
ports-67088d05cbdbb4829a2d79707d9793554c2fdefa.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-simple-mtpfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-simple-mtpfs/Makefile b/sysutils/fusefs-simple-mtpfs/Makefile
index 592cb434dae8..2a0e080e56c3 100644
--- a/sysutils/fusefs-simple-mtpfs/Makefile
+++ b/sysutils/fusefs-simple-mtpfs/Makefile
@@ -41,8 +41,8 @@ SUB_FILES+= special_${PORTNAME}
.endif
post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} \
+ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
.if exists(/etc/autofs)
@${MKDIR} ${STAGEDIR}/etc/autofs
${INSTALL_SCRIPT} ${WRKDIR}/special_${PORTNAME} \