diff options
Diffstat (limited to 'www/w3m/Makefile')
-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 6a1c9b2..eefaacc 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 |