diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-11 13:10:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-11 13:10:24 +0000 |
commit | bbe8c3c106a8242d1116de456f7e8ef0104927f3 (patch) | |
tree | 92c37f4af960cde7eff562e0e9855d061ea72f24 /databases/Makefile | |
parent | aadf9e295d2f9a2cd24b3914f8daf2a6ca6a9aaf (diff) |
Sort categories Makefiles properly.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=449635
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 8ca23a6bc411..53dbf3a81cf4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -555,8 +555,8 @@ SUBDIR += pecl-mongodb SUBDIR += pecl-pdo_user SUBDIR += pecl-redis - SUBDIR += pecl-rrd1 SUBDIR += pecl-rrd + SUBDIR += pecl-rrd1 SUBDIR += pecl-tokyo_tyrant SUBDIR += percona-pam-for-mysql SUBDIR += percona-toolkit @@ -567,6 +567,7 @@ SUBDIR += percona57-client SUBDIR += percona57-pam-for-mysql SUBDIR += percona57-server + SUBDIR += pgFormatter SUBDIR += pg_activity SUBDIR += pg_citus SUBDIR += pg_dirtyread @@ -585,7 +586,6 @@ SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgespresso - SUBDIR += pgFormatter SUBDIR += pgfouine SUBDIR += pgloader SUBDIR += pgloader3 |