1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/snns/files/patch-ad
2000-01-24 00:49:46 +00:00

12 lines
355 B
Plaintext

--- tools/sources/Makefile.orig Sat Dec 4 12:53:02 1999
+++ tools/sources/Makefile Sat Dec 4 12:53:17 1999
@@ -110,7 +110,7 @@
tools: $(TOOLS_PRG) $(KRTOOLS_PRG) $(BATCH_PRG)
$(TOOLSBINDIR):
- -mkdir $(TOOLSBINDIR)
+ -mkdir -p $(TOOLSBINDIR)
install: tools $(TOOLSBINDIR)
for tooltarget in $(TOOLS_PRG) $(KRTOOLS_PRG) $(BATCH_PRG) ; do \