aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-12-05 06:32:46 +0800
committersobomax <sobomax@FreeBSD.org>2001-12-05 06:32:46 +0800
commitd2a4ec7baaa490e99116adb458e9a2b1e0e23ac5 (patch)
tree39dbb06c3998529340f0c4c4d8fb1454c9b7b37d /www
parentbf05f180b0a9bfd5c249f05edaa4f2f8937e688c (diff)
downloadfreebsd-ports-gnome-d2a4ec7baaa490e99116adb458e9a2b1e0e23ac5.tar.gz
freebsd-ports-gnome-d2a4ec7baaa490e99116adb458e9a2b1e0e23ac5.tar.zst
freebsd-ports-gnome-d2a4ec7baaa490e99116adb458e9a2b1e0e23ac5.zip
Ensure that the directory is created before installing files into it.
Diffstat (limited to 'www')
-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