1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/snns/files/patch-ad

12 lines
355 B
Plaintext
Raw Normal View History

2000-01-24 00:49:46 +00:00
--- 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 \