git: 7756e5cd1b65 - main - textproc/Makefile: sort Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 09:00:22 UTC
The branch main has been updated by meta:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7756e5cd1b657613cb17c74dd6a4851fe68e742f
commit 7756e5cd1b657613cb17c74dd6a4851fe68e742f
Author: Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2022-04-27 09:00:06 +0000
Commit: Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-04-27 09:00:06 +0000
textproc/Makefile: sort Makefile
---
textproc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/Makefile b/textproc/Makefile
index f1033362487b..978d6083ec77 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -2023,10 +2023,10 @@
SUBDIR += yq
SUBDIR += zed
SUBDIR += zenxml
- SUBDIR += zq
SUBDIR += zorba
SUBDIR += zu-aspell
SUBDIR += zu-hunspell
SUBDIR += zxing-cpp
+ SUBDIR += zq
.include <bsd.port.subdir.mk>