From 238e53dece0de9b083b0d1e21c5db163261f1c1c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 4 Dec 2001 22:32:46 +0000 Subject: [PATCH] Ensure that the directory is created before installing files into it. --- www/w3m/Makefile | 1 + 1 file changed, 1 insertion(+) 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