pkgsrc/x11/blt/patches/patch-ab
minskim 7bc0431ea6 Update blt to 2.4z, update MASTER_SITES and HOMEPAGE, bl3ify, and
enable pkgviews installation.

Many new features and bug fixes since 2.4.o.  See NEWS in the distfile
for the complete list.
2004-03-06 06:26:21 +00:00

13 lines
382 B
Text

$NetBSD: patch-ab,v 1.8 2004/03/06 06:26:21 minskim Exp $
--- library/Makefile.in.orig 2002-07-14 18:33:24.000000000 -0500
+++ library/Makefile.in
@@ -66,7 +66,7 @@ mkdirs:
: ; \
else \
echo " mkdir $(INSTALL_ROOT)$$i" ; \
- mkdir $(INSTALL_ROOT)$$i ; \
+ mkdir -p $(INSTALL_ROOT)$$i ; \
fi ; \
done