svn commit: r458352 - head/net

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 15:51:44 UTC 2018


Author: sunpoet
Date: Sun Jan  7 15:51:42 2018
New Revision: 458352
URL: https://svnweb.freebsd.org/changeset/ports/458352

Log:
  Sort SUBDIRs

Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jan  7 15:49:44 2018	(r458351)
+++ head/net/Makefile	Sun Jan  7 15:51:42 2018	(r458352)
@@ -1,4 +1,3 @@
-
 # $FreeBSD$
 #
 
@@ -1393,8 +1392,8 @@
     SUBDIR += toonel
     SUBDIR += torsocks
     SUBDIR += traceroute
-    SUBDIR += traff
     SUBDIR += traefik
+    SUBDIR += traff
     SUBDIR += trafshow
     SUBDIR += trafshow3
     SUBDIR += tramp


More information about the svn-ports-all mailing list