diff options
author | edwin <edwin@FreeBSD.org> | 2007-08-11 19:13:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-08-11 19:13:39 +0800 |
commit | eb7582a36c7a5815e91eb141e512eb5fb7a29123 (patch) | |
tree | 8e89d2f8cc37cc4e01d3f7ed20977b3ce3823f50 /net-mgmt | |
parent | 0bf2458fe1685ae3cec4f21a28a1b893fa665555 (diff) | |
download | freebsd-ports-gnome-eb7582a36c7a5815e91eb141e512eb5fb7a29123.tar.gz freebsd-ports-gnome-eb7582a36c7a5815e91eb141e512eb5fb7a29123.tar.zst freebsd-ports-gnome-eb7582a36c7a5815e91eb141e512eb5fb7a29123.zip |
[repocopy] net/smokeping -> databases/smokeping
Based on the description of this port, it belongs more in
net-mgmt than in net.
PR: ports/114323
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: lth@
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 7eaf5e3f9e32..4fea5a1ed964 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -215,6 +215,7 @@ SUBDIR += sipcalc SUBDIR += sjitter SUBDIR += slate + SUBDIR += smokeping SUBDIR += snmptt SUBDIR += softflowd SUBDIR += subcalc diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 289fbc9f02ca..90a0d7a8e36a 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -7,7 +7,7 @@ PORTNAME= smokeping PORTVERSION= 2.1.0 -CATEGORIES= net www +CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ |