diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-05 06:32:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-05 06:32:46 +0800 |
commit | d2a4ec7baaa490e99116adb458e9a2b1e0e23ac5 (patch) | |
tree | 39dbb06c3998529340f0c4c4d8fb1454c9b7b37d /www | |
parent | bf05f180b0a9bfd5c249f05edaa4f2f8937e688c (diff) | |
download | freebsd-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/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 |