1
0
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:
Maxim Sobolev 2001-12-04 22:32:46 +00:00
parent ff215d085a
commit 238e53dece
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51036

View File

@ -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