aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mercurial
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2010-11-04 16:55:45 +0800
committerroberto <roberto@FreeBSD.org>2010-11-04 16:55:45 +0800
commitfd62cfddd5449cd87b919cc7b6ca368b02bfb8e0 (patch)
treef253276002d67a7e30274372d18ac776c95c6146 /devel/mercurial
parentef4e2b1db0b4dfb627902bc19d30b75f31febb6b (diff)
downloadfreebsd-ports-gnome-fd62cfddd5449cd87b919cc7b6ca368b02bfb8e0.tar.gz
freebsd-ports-gnome-fd62cfddd5449cd87b919cc7b6ca368b02bfb8e0.tar.zst
freebsd-ports-gnome-fd62cfddd5449cd87b919cc7b6ca368b02bfb8e0.zip
Fix the "install" target.
PR: ports/151929 Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Diffstat (limited to 'devel/mercurial')
-rw-r--r--devel/mercurial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile
index 180806bae053..8cea44a28034 100644
--- a/devel/mercurial/Makefile
+++ b/devel/mercurial/Makefile
@@ -85,6 +85,7 @@ post-install:
.if !defined(NOPORTDATA)
${MKDIR} ${DATADIR}
${MKDIR} ${DATADIR}/contrib
+ ${MKDIR} ${DATADIR}/contrib/hgfixes
${MKDIR} ${DATADIR}/contrib/hgsh
${MKDIR} ${DATADIR}/contrib/vim
for f in ${CONTRIB_FILES}; do \