aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mercurial
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2006-05-17 21:49:30 +0800
committerOllivier Robert <roberto@FreeBSD.org>2006-05-17 21:49:30 +0800
commit9aac6741bda13fa37452e65e7d3b47f58dbfcfa5 (patch)
treea809ce941eaa78a489ebfaf33f1fc4655b4642dc /devel/mercurial
parent6f49bd25487d4ed0d29fd540597d814aae2d04dd (diff)
downloadfreebsd-ports-gnome-9aac6741bda13fa37452e65e7d3b47f58dbfcfa5.tar.gz
freebsd-ports-gnome-9aac6741bda13fa37452e65e7d3b47f58dbfcfa5.tar.zst
freebsd-ports-gnome-9aac6741bda13fa37452e65e7d3b47f58dbfcfa5.zip
Even with PORTDOCS, we need to copy the files ourselves in DOCSDIR.
Diffstat (limited to 'devel/mercurial')
-rw-r--r--devel/mercurial/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile
index 3608f9cd1e8b..feac1746777f 100644
--- a/devel/mercurial/Makefile
+++ b/devel/mercurial/Makefile
@@ -37,6 +37,10 @@ post-build:
post-install:
.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ for f in ${PORTDOCS}; do \
+ ${INSTALL_MAN} ${WRKSRC}/$${f} ${DOCSDIR}; \
+ done
${MKDIR} ${DATADIR}
${MKDIR} ${DATADIR}/contrib
for f in ${CONTRIB_FILES}; do \