summaryrefslogtreecommitdiff
path: root/mail/elm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm/patches/patch-ae')
-rw-r--r--mail/elm/patches/patch-ae22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/elm/patches/patch-ae b/mail/elm/patches/patch-ae
new file mode 100644
index 00000000000..8943898a70c
--- /dev/null
+++ b/mail/elm/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.3 2001/07/18 20:04:14 martin Exp $
+--- doc/Makefile.SH.orig Wed Mar 24 23:13:56 1999
++++ doc/Makefile.SH Mon Jul 16 02:12:05 2001
+@@ -101,6 +101,7 @@
+ SUFFIX = $suffix
+ PACKED = $packed
+ PACKER = $packer
++MKDIR = mkdir
+
+ !GROK!THIS!
+
+@@ -277,8 +278,8 @@
+ fi
+
+ I_DELETE = $(TEST) ! -f $@ || $(RM) $@
+-INST_444 = $(I_DELETE) ; $(CP) $? $@ ; $(CHMOD) 444 $@
+-INST_644 = $(I_DELETE) ; $(CP) $? $@ ; $(CHMOD) 644 $@
++INST_444 = $(I_DELETE) ; $(MKDIR) -p `dirname $@` ; $(CP) $? $@ ; $(CHMOD) 444 $@
++INST_644 = $(I_DELETE) ; $(MKDIR) -p `dirname $@` ; $(CP) $? $@ ; $(CHMOD) 644 $@
+ INST_LINK = $(I_DELETE) ; $(LN) $? $@
+
+ # Dependencies and rules for installing man pages and lib files