diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-20 14:02:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-20 14:02:31 +0800 |
commit | 92df22e3de94fe0cdddb0409e62746fb11f8bf69 (patch) | |
tree | bd610d10c5ed97142082cb5b622fcfd43ba197db /net-mgmt | |
parent | 360e3f19c344731b2c06e11b5983b4626be1b2b7 (diff) | |
download | freebsd-ports-gnome-92df22e3de94fe0cdddb0409e62746fb11f8bf69.tar.gz freebsd-ports-gnome-92df22e3de94fe0cdddb0409e62746fb11f8bf69.tar.zst freebsd-ports-gnome-92df22e3de94fe0cdddb0409e62746fb11f8bf69.zip |
- Fix sorting and minor cleanups in category Makefiles
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 107787a7181e..cb452c0b5313 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -49,8 +49,8 @@ SUBDIR += ciscoconf SUBDIR += clog SUBDIR += collectd - SUBDIR += coovachilli SUBDIR += confregdecode + SUBDIR += coovachilli SUBDIR += cowpatty SUBDIR += cricket SUBDIR += darkstat @@ -109,7 +109,6 @@ SUBDIR += mtrace SUBDIR += nagcon SUBDIR += nagios - SUBDIR += nagios2 SUBDIR += nagios-certexp-plugin SUBDIR += nagios-check_bacula SUBDIR += nagios-check_clamav @@ -128,6 +127,7 @@ SUBDIR += nagios-snmp-plugins SUBDIR += nagios-snmp-plugins-extras SUBDIR += nagios-spamd-plugin + SUBDIR += nagios2 SUBDIR += nagiosagent SUBDIR += nagiosgraph SUBDIR += nagiosgrapher @@ -277,13 +277,13 @@ SUBDIR += xymon-server SUBDIR += yabm SUBDIR += yaf - SUBDIR += zabbix16-agent - SUBDIR += zabbix16-frontend - SUBDIR += zabbix16-proxy - SUBDIR += zabbix16-server SUBDIR += zabbix-agent SUBDIR += zabbix-frontend SUBDIR += zabbix-proxy SUBDIR += zabbix-server + SUBDIR += zabbix16-agent + SUBDIR += zabbix16-frontend + SUBDIR += zabbix16-proxy + SUBDIR += zabbix16-server .include <bsd.port.subdir.mk> |