summaryrefslogtreecommitdiff
path: root/mail/elm/patches/patch-ae
diff options
context:
space:
mode:
authormartin <martin>2001-07-18 20:04:11 +0000
committermartin <martin>2001-07-18 20:04:11 +0000
commitc2c21c71527c8ec876693f51e3e0399a661641d5 (patch)
tree84a7fad6c51376bd9070f16351bcd99dccdb62fb /mail/elm/patches/patch-ae
parent90783f340a64412c387df4032a1974e39d8bf705 (diff)
downloadpkgsrc-c2c21c71527c8ec876693f51e3e0399a661641d5.tar.gz
Update to elm-2.5.5 (the latest available official elm version).
Package provided by hiramatu@boreas.dti.ne.jp in PR pkg/13495. This is no longer a ME extended version, which is now available as pkgsrc/mail/elm-me.
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