diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 22:49:54 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 22:49:54 +0000 |
commit | 60d0e9fd8dd627e2fa08e68f8d94004c37576993 (patch) | |
tree | 4dfc3b273f29f8d63ce582fb7e60307fee4a65f0 /mail/mboxgrep/files/patch-Makefile.in | |
parent | Add makepatch 2.00a, two perl scripts to assist in the generation and (diff) |
Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching a
regular expression.
PR: 31550
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=49403
Diffstat (limited to 'mail/mboxgrep/files/patch-Makefile.in')
-rw-r--r-- | mail/mboxgrep/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mboxgrep/files/patch-Makefile.in b/mail/mboxgrep/files/patch-Makefile.in new file mode 100644 index 000000000000..892bf9545cf5 --- /dev/null +++ b/mail/mboxgrep/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- src/Makefile.in.orig Fri Oct 26 15:08:54 2001 ++++ src/Makefile.in Sun Oct 28 10:46:33 2001 +@@ -19,9 +19,9 @@ + + CC = @CC@ + OBJS = info.o main.o mh.o scan.o maildir.o mbox.o misc.o \ +- wrap.o ++ wrap.o getopt.o getopt1.o + SRCS = info.c main.c mh.c scan.c maildir.c mbox.c misc.c \ +- wrap.c ++ wrap.c getopt.c getopt1.c + TARGET = mboxgrep + CFLAGS = @CFLAGS@ + LIBS = @LIBS@ |