diff options
author | mr <mr@FreeBSD.org> | 2003-05-23 06:39:53 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2003-05-23 06:39:53 +0800 |
commit | e4f292489023eadfe868330bb79315cfbedd9666 (patch) | |
tree | 512800a3eb39bb6540b12b559435de2f3fb843ae /net-mgmt/nitpicker/files | |
parent | c3a2e987fd10bfa1f2e815a94229626ea05bce50 (diff) | |
download | freebsd-ports-graphics-e4f292489023eadfe868330bb79315cfbedd9666.tar.gz freebsd-ports-graphics-e4f292489023eadfe868330bb79315cfbedd9666.tar.zst freebsd-ports-graphics-e4f292489023eadfe868330bb79315cfbedd9666.zip |
Add nitpicker, a IP-flow-accounting-tool.
Submitted by: Christian Jachmann <C.Jachmann@gmx.net>
Diffstat (limited to 'net-mgmt/nitpicker/files')
-rw-r--r-- | net-mgmt/nitpicker/files/patch-aa | 7 | ||||
-rw-r--r-- | net-mgmt/nitpicker/files/patch-ab | 10 | ||||
-rw-r--r-- | net-mgmt/nitpicker/files/patch-ac | 10 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net-mgmt/nitpicker/files/patch-aa b/net-mgmt/nitpicker/files/patch-aa new file mode 100644 index 00000000000..45772b6bfb5 --- /dev/null +++ b/net-mgmt/nitpicker/files/patch-aa @@ -0,0 +1,7 @@ +--- Makefile.old Thu May 22 23:59:01 2003 ++++ Makefile Thu May 22 23:59:04 2003 +@@ -1,3 +1,3 @@ +-TARGET: tools nitpicker ++all: tools nitpicker + + tools: dumpit parse_flowfile diff --git a/net-mgmt/nitpicker/files/patch-ab b/net-mgmt/nitpicker/files/patch-ab new file mode 100644 index 00000000000..31fe3d52f56 --- /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; diff --git a/net-mgmt/nitpicker/files/patch-ac b/net-mgmt/nitpicker/files/patch-ac new file mode 100644 index 00000000000..13530fd9a5d --- /dev/null +++ b/net-mgmt/nitpicker/files/patch-ac @@ -0,0 +1,10 @@ +--- tools/parse_flowfile/src/Makefile.old Fri May 23 00:01:06 2003 ++++ tools/parse_flowfile/src/Makefile Fri May 23 00:01:20 2003 +@@ -16,4 +16,7 @@ + all: $(TARGET) $(OBJS) + ++install: $(TARGET) $(OBJS) ++ cp $(TARGET) $(PREFIX)/bin ++ + clean: + rm -f *.o |