Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 13:04:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a2e9b4a61ee8 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202301301304.30UD4URR050879@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a2e9b4a61ee88f315e80d2210d8a43ef55793757

commit a2e9b4a61ee88f315e80d2210d8a43ef55793757
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:17:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:58:44 +0000

    */Makefile: Sort SUBDIRs
---
 security/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/Makefile b/security/Makefile
index 9024548d290a..45202cb32f74 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -420,8 +420,8 @@
     SUBDIR += openvpn-auth-script
     SUBDIR += openvpn-devel
     SUBDIR += openvpn25
-    SUBDIR += opie
     SUBDIR += ophcrack
+    SUBDIR += opie
     SUBDIR += ossec-hids
     SUBDIR += ossec-hids-agent
     SUBDIR += ossec-hids-agent-config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301304.30UD4URR050879>