pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/metamail/patches Add missing end quote at end of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/db10b50d10dd
branches: trunk
changeset: 516437:db10b50d10dd
user: reed <reed%pkgsrc.org@localhost>
date: Fri Jul 21 03:14:41 2006 +0000
description:
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:
mail/metamail/patches/patch-aa | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 1736d24da203 -r db10b50d10dd mail/metamail/patches/patch-aa
--- a/mail/metamail/patches/patch-aa Fri Jul 21 03:02:55 2006 +0000
+++ b/mail/metamail/patches/patch-aa Fri Jul 21 03:14:41 2006 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index