Fix the "install" target.
PR: ports/151929 Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
This commit is contained in:
parent
b98a3db1bd
commit
138db39c58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264033
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue