summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-04 22:32:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-04 22:32:46 +0000
commit238e53dece0de9b083b0d1e21c5db163261f1c1c (patch)
tree1801a50c5303e9ca300f191bd79cc508dd09fc8b /www/w3m
parentForgot 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/Makefile1
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