diff options
-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 |