diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2003-05-22 22:39:53 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2003-05-22 22:39:53 +0000 |
commit | c3831335936299153569099b58b74a651ca56096 (patch) | |
tree | 2f840becacdabf01f1fa5a70c6f069809a82877e /net-mgmt/nitpicker/files/patch-ab | |
parent | ncluded into XFree86 and obsoleted. (diff) |
Add nitpicker, a IP-flow-accounting-tool.
Submitted by: Christian Jachmann <C.Jachmann@gmx.net>
Notes
Notes:
svn path=/head/; revision=81739
Diffstat (limited to 'net-mgmt/nitpicker/files/patch-ab')
-rw-r--r-- | net-mgmt/nitpicker/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nitpicker/files/patch-ab b/net-mgmt/nitpicker/files/patch-ab new file mode 100644 index 000000000000..31fe3d52f56f --- /dev/null +++ b/net-mgmt/nitpicker/files/patch-ab @@ -0,0 +1,10 @@ +--- tools/parse_flowfile/Makefile.old Thu May 22 23:59:52 2003 ++++ tools/parse_flowfile/Makefile Fri May 23 00:00:16 2003 +@@ -4,4 +4,7 @@ + @cd src; make all; + ++install: ++ @cd src; make install ++ + clean: + @cd src; make clean; |