summaryrefslogtreecommitdiff
path: root/x11/blt/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-01 14:32:56 +0000
committerrh <rh@pkgsrc.org>2000-10-01 14:32:56 +0000
commiteb4ca5d0df837686503ae96302177231ed30cf72 (patch)
treef959a284ba0006609f3a0cbd6d30e3ccb6ebba25 /x11/blt/patches
parent57bf77858112c17dacd00a3ab7c04f39489e6d46 (diff)
downloadpkgsrc-eb4ca5d0df837686503ae96302177231ed30cf72.tar.gz
Add missing -p to mkdir.
Diffstat (limited to 'x11/blt/patches')
-rw-r--r--x11/blt/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/blt/patches/patch-ae b/x11/blt/patches/patch-ae
new file mode 100644
index 00000000000..c5a9d29cef2
--- /dev/null
+++ b/x11/blt/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2000/10/01 14:32:57 rh Exp $
+
+--- library/Makefile.in.orig Sun Oct 1 16:28:43 2000
++++ library/Makefile.in
+@@ -31,7 +31,7 @@
+
+ mkdirs:
+ @for i in $(instdirs) ; do \
+- if test -d $$i ; then : ; else mkdir $$i ; fi ; \
++ if test -d $$i ; then : ; else mkdir -p $$i ; fi ; \
+ done
+
+ dragdrop: mkdirs