diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/ezmlm/files/patch-Makefile | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363275
Diffstat (limited to 'mail/ezmlm/files/patch-Makefile')
-rw-r--r-- | mail/ezmlm/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ezmlm/files/patch-Makefile b/mail/ezmlm/files/patch-Makefile new file mode 100644 index 000000000000..4dff5c8dc5f1 --- /dev/null +++ b/mail/ezmlm/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Nov 28 22:34:51 1998 ++++ Makefile Sat Nov 28 22:35:12 1998 +@@ -610,7 +610,7 @@ + ./compile seek_set.c + + setup: \ +-it man install conf-bin conf-man ++it install conf-bin conf-man + ./install "`head -1 conf-bin`" < BIN + ./install "`head -1 conf-man`" < MAN + |