diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-04 22:32:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-04 22:32:46 +0000 |
commit | 238e53dece0de9b083b0d1e21c5db163261f1c1c (patch) | |
tree | 1801a50c5303e9ca300f191bd79cc508dd09fc8b /www/w3m | |
parent | Forgot to bump PORTREVISION with previous changes. (diff) |
Ensure that the directory is created before installing files into it.
Notes
Notes:
svn path=/head/; revision=51036
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 6a1c9b29f549..eefaacc0c6cb 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -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 |