diff options
author | Älven <alven@FreeBSD.org> | 2025-09-05 01:07:36 +0400 |
---|---|---|
committer | Älven <alven@FreeBSD.org> | 2025-09-05 12:13:19 +0400 |
commit | 3fd2b74c0be2763dcab89b30400fc70519c2bd25 (patch) | |
tree | 276caebfc862fdcafa92774d032898b411b76597 /textproc/Makefile | |
parent | x11/hyprls: add port: LSP server for Hyprland config files (diff) |
textproc/cgrep: Move to textproc/hs-cgrep
Per the convention for Haskell ports
PR: 285719
Approved by: lwhsu@ (maintainer, timeout > 5 months)
Approved by: yuri@ (Mentor)
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cc5bbaff286a..be157932bb3d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -92,7 +92,6 @@ SUBDIR += castxml SUBDIR += catdoc SUBDIR += cg3 - SUBDIR += cgrep SUBDIR += chkascii SUBDIR += choose SUBDIR += chpp @@ -273,6 +272,7 @@ SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell + SUBDIR += hs-cgrep SUBDIR += hs-lhs2tex SUBDIR += hs-pandoc SUBDIR += hs-pandoc-crossref |