mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* Replace heavy port groff with lightweight mandoc * Needed only to build man pages with "soelim" * Recursive dependencies for openldap reduced from 103 to 33 See: https://trac.macports.org/ticket/69601
14 lines
328 B
Diff
14 lines
328 B
Diff
Replace soelim command from heavy port groff with lightweight mandoc.
|
|
|
|
--- build/top.mk.orig 2024-05-21 11:19:11
|
|
+++ build/top.mk 2024-11-21 16:43:14
|
|
@@ -153,7 +153,7 @@
|
|
MANCOMPRESS=$(CAT)
|
|
MANCOMPRESSSUFFIX=
|
|
|
|
-SOELIM=soelim
|
|
+SOELIM=msoelim
|
|
|
|
INCLUDEDIR= $(top_srcdir)/include
|
|
LDAP_INCPATH= -I$(LDAP_INCDIR) -I$(INCLUDEDIR)
|