mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Ensure that the directory is created before installing files into it.
This commit is contained in:
parent
ff215d085a
commit
238e53dece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51036
@ -121,6 +121,7 @@ post-install:
|
||||
done
|
||||
.endif
|
||||
@cd ${WRKSRC}/doc; \
|
||||
${MKDIR} ${PREFIX}/share/doc/w3m/; \
|
||||
for i in ${DOCS} ; do \
|
||||
${INSTALL_DATA} $$i ${PREFIX}/share/doc/w3m/ ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user