diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-09 21:01:32 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-09 21:01:32 +0000 |
commit | ca82e7631c916b7f39a82a555044b0e6d5308b26 (patch) | |
tree | cd5ca3cf4a76be9fa4833a7f28ebae98f9c6d3b0 /mail/mew/files/patch-ab | |
parent | - Update to 2.3-20060207 (diff) |
* Update mail/mew to 4.2, pass maintainership to submitter [1]
* Fix works slave mail/mew-emacs20.
* Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait
fixes 2 months.
PR: ports/92808
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1]
Notes
Notes:
svn path=/head/; revision=155608
Diffstat (limited to 'mail/mew/files/patch-ab')
-rw-r--r-- | mail/mew/files/patch-ab | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/mew/files/patch-ab b/mail/mew/files/patch-ab deleted file mode 100644 index 2dac86223770..000000000000 --- a/mail/mew/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- bin/Makefile~ Wed Oct 27 08:55:11 1999 -+++ bin/Makefile Tue Jul 10 01:06:02 2001 -@@ -22,7 +22,7 @@ - $(CC) -o $@ $(OBJS) - $(RM) $(ALT) - for f in $(ALT); do \ -- ln $(PRG) $${f}; done -+ ln -sf $(PRG) $${f}; done - - uumerge: uumerge.in - sed -e "s|@PERL@|${PERL}|" < uumerge.in > uumerge -@@ -32,10 +32,10 @@ - -@if [ ! -d $(BINDIR) ]; then \ - $(MKDIR) $(BINDIR); \ - fi; \ -- cp $(PRG) $(BINDIR) -+ ${BSD_INSTALL_PROGRAM} $(PRG) $(BINDIR) - for f in $(ALT); do \ -- $(RM) $(BINDIR)/$${f}; ln $(BINDIR)/$(PRG) $(BINDIR)/$${f}; done -- cp $(OTH) $(BINDIR) -+ $(RM) $(BINDIR)/$${f}; ln -sf $(BINDIR)/$(PRG) $(BINDIR)/$${f}; done -+ ${BSD_INSTALL_SCRIPT} $(OTH) $(BINDIR) - - clean: - $(RM) $(OBJS) $(PRG) $(ALT) $(OTH) |