summaryrefslogtreecommitdiff
path: root/math/snns/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/snns/files/patch-ac')
-rw-r--r--math/snns/files/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/snns/files/patch-ac b/math/snns/files/patch-ac
new file mode 100644
index 000000000000..9642768b93b8
--- /dev/null
+++ b/math/snns/files/patch-ac
@@ -0,0 +1,15 @@
+--- man/Makefile.orig Sat Dec 4 12:52:20 1999
++++ man/Makefile Sat Dec 4 12:52:35 1999
+@@ -45,10 +45,10 @@
+ @echo "nothing to make"
+
+ $(MANDIR):
+- -mkdir $(MANDIR)
++ -mkdir -p $(MANDIR)
+
+ $(MAN1DIR): $(MANDIR)
+- -mkdir $(MAN1DIR)
++ -mkdir -p $(MAN1DIR)
+
+ install-one: $(MAN1DIR)
+ for mantarget in $(MAN1FILES) ; do \