diff options
| author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
|---|---|---|
| committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
| commit | b731a87d83af4a808603fc4208e14b034a6aa28c (patch) | |
| tree | 6f602f58e8628c1d555cb5122d2d371b7a0e44cf /mail/mew/files/patch-ab | |
| parent | d4ea58e2e7567f5d64c7ab1414efccf707687f0e (diff) | |
Updated to 19.4
Added mew-xemacs21 (by Repository copy)
Deleted mew-common
PR: 13391
Submitted by: maintainer
Diffstat (limited to 'mail/mew/files/patch-ab')
| -rw-r--r-- | mail/mew/files/patch-ab | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/mew/files/patch-ab b/mail/mew/files/patch-ab new file mode 100644 index 000000000000..1524e237e0cc --- /dev/null +++ b/mail/mew/files/patch-ab @@ -0,0 +1,23 @@ +--- bin/Makefile.orig Tue Mar 2 12:05:21 1999 ++++ bin/Makefile Mon Aug 30 22:50:21 1999 +@@ -21,16 +21,16 @@ + $(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 + + install: $(PRG) $(OTH) +- 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) |
