Fix latest build warning with ${DOCDIR}
Submitted by: swills@
This commit is contained in:
parent
2f5902f193
commit
84a741205e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354230
@ -55,7 +55,7 @@ do-install:
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR} ${STAGEDIR}${DOCSDIR}/cute_icons_for_site
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/cute_icons_for_site
|
||||
@cd ${WRKSRC}; ${FIND} . ! -path './*/*' -type f -name '*.txt' \
|
||||
-exec ${INSTALL_MAN} ${WRKSRC}/{} ${STAGEDIR}${DOCSDIR}/{} \;
|
||||
@cd ${WRKSRC}/docs; ${FIND} . -type f \
|
||||
|
Loading…
Reference in New Issue
Block a user