mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Do not try to install empty DOCSDIR.
This commit is contained in:
parent
b841429d2c
commit
f28b0b5c24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317548
@ -200,8 +200,8 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \
|
||||
${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/
|
||||
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILE in ${DOC_DISTFILES}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$(expr ${FILE} : '\([^:]*\)') ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user