diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/flow-tools/files/patch-configs_Makefile | |
parent | ab7ba5abd2606b7e7d23d2359bb0a26004d0eec0 (diff) | |
download | freebsd-ports-60aab665670e50cb18bba45ee25f2ed091759741.zip |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/flow-tools/files/patch-configs_Makefile')
-rw-r--r-- | net/flow-tools/files/patch-configs_Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/flow-tools/files/patch-configs_Makefile b/net/flow-tools/files/patch-configs_Makefile deleted file mode 100644 index 74b70bc6dadb..000000000000 --- a/net/flow-tools/files/patch-configs_Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- configs/Makefile.am 2003/04/03 18:24:08 -+++ configs/Makefile.am 2003/04/03 18:42:23 -@@ -1,6 +1,6 @@ --ftsymdir=$(localstatedir)/sym -+ftsymdir=$(localstatedir)/share/flow-tools - ftsym_DATA = ip-prot.sym ip-type.sym tcp-port.sym asn.sym tag.sym - --ftcfgdir=$(localstatedir)/cfg -+ftcfgdir=$(localstatedir)/etc/flow-tools - ftcfg_DATA = map.cfg tag.cfg filter.cfg stat.cfg mask.cfg - ---- configs/Makefile.in 2003/04/03 18:24:08 -+++ configs/Makefile.in 2003/04/03 18:38:09 -@@ -114,10 +114,10 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --ftsymdir = $(localstatedir)/sym -+ftsymdir = $(localstatedir)/share/flow-tools - ftsym_DATA = ip-prot.sym ip-type.sym tcp-port.sym asn.sym tag.sym - --ftcfgdir = $(localstatedir)/cfg -+ftcfgdir = $(localstatedir)/etc/flow-tools - ftcfg_DATA = map.cfg tag.cfg filter.cfg stat.cfg mask.cfg - subdir = configs - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |