aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/docdiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docdiff/Makefile b/textproc/docdiff/Makefile
index d152fabd0705..37b471f51a3c 100644
--- a/textproc/docdiff/Makefile
+++ b/textproc/docdiff/Makefile
@@ -26,7 +26,8 @@ post-patch:
${WRKSRC}/${PORTNAME}.rb
do-install:
- @cd ${WRKSRC}/&&${COPYTREE_SHARE} ${PORTNAME}/ ${RUBY_SITELIBDIR}/
+ @cd ${WRKSRC}/${PORTNAME}/&&\
+ ${COPYTREE_SHARE} . ${RUBY_SITELIBDIR}/${PORTNAME}/
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.rb ${PREFIX}/bin/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.example ${PREFIX}/etc/
.ifndef NOPORTDOCS