summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorreed <reed>2006-07-21 03:14:41 +0000
committerreed <reed>2006-07-21 03:14:41 +0000
commit66819dcddcaed86140d983410b2abbab4737722c (patch)
treed633e5eecd2265230dd22ad0a9708be6b574347b /mail
parent6bc8c4887203df1e858625c2ad35ece89dbd3b11 (diff)
downloadpkgsrc-66819dcddcaed86140d983410b2abbab4737722c.tar.gz
Add missing end quote at end of a echo line.
On Solaris this causes an error: sh: syntax error at line 22: `(' unexpected *** [install-all] Error code 2 This should fix PR #32357.
Diffstat (limited to 'mail')
-rw-r--r--mail/metamail/patches/patch-aa5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/metamail/patches/patch-aa b/mail/metamail/patches/patch-aa
index 99a6a5a8554..0733b7c5a01 100644
--- a/mail/metamail/patches/patch-aa
+++ b/mail/metamail/patches/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.orig 1994-01-26 11:32:33.000000000 -0600
-+++ Makefile 2006-07-20 21:48:56.000000000 -0500
++++ Makefile 2006-07-20 22:10:32.000000000 -0500
@@ -20,13 +20,13 @@
# RM = rm -f
@@ -143,7 +143,8 @@
- ${CP} $$file $$target; \
+ ${BSD_INSTALL_MAN} $$file $$target; \
done)
- @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old
+- @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old
++ @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old"
-mv $(MAILCAPDIR)/mailcap $(MAILCAPDIR)/mailcap.old
@echo "installing file $(MAILCAPDIR)/mailcap"
- ${CP} mailcap $(MAILCAPDIR)