diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2001-08-19 07:04:38 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2001-08-19 07:04:38 +0000 |
commit | afb4b240dbe0b2a8dd001fe9492048dc8482b2c5 (patch) | |
tree | cfe8e8c9a59472b7a3fd106e31c38215ed4dee64 /net/ethereal/files/patch-ac | |
parent | Add the WITH_SANE option to include sane-backends as dependency, and (diff) |
fix building of a few man pages on systems w/o autoconf installed
PR: ports/29381
Submitted by: Scott Renfro <scott@renfro.org>
Diffstat (limited to '')
-rw-r--r-- | net/ethereal/files/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ethereal/files/patch-ac b/net/ethereal/files/patch-ac new file mode 100644 index 000000000000..dc3ca1b5bb19 --- /dev/null +++ b/net/ethereal/files/patch-ac @@ -0,0 +1,15 @@ +--- doc/Makefile.in.orig Wed Aug 1 22:49:55 2001 ++++ doc/Makefile.in Wed Aug 1 22:52:18 2001 +@@ -273,6 +273,12 @@ + --release=$(VERSION) \ + > ../editcap.1 + ++../mergecap.1: mergecap.pod ../config.h ++ pod2man $(srcdir)/mergecap.pod \ ++ --center="The Ethereal Network Analyzer" \ ++ --release=$(VERSION) \ ++ > ../mergecap.1 ++ + ../text2pcap.1: text2pcap.pod ../config.h + pod2man $(srcdir)/text2pcap.pod \ + --center="The Ethereal Network Analyzer" \ |