mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
- Update WWW and clean up pkg-descr - Remove unnecessary USES=makeinfo Changes: https://savannah.gnu.org/news/?id=10585 https://lists.gnu.org/archive/html/freeipmi-announce/2024-01/msg00001.html
11 lines
457 B
Text
11 lines
457 B
Text
--- man/Makefile.in.orig 2024-01-27 21:52:52 UTC
|
|
+++ man/Makefile.in
|
|
@@ -1022,7 +1022,7 @@ $(MANS_CPP): $(MANS_CPP:%=%.pre)
|
|
|
|
|
|
$(MANS_CPP): $(MANS_CPP:%=%.pre)
|
|
- $(CPP_FOR_BUILD) -nostdinc -w -C -P -I. -I$(top_srcdir)/man $@.pre $@
|
|
+ $(CPP_FOR_BUILD) -nostdinc -w -C -I. -I$(top_srcdir)/man $@.pre | grep -v '^#' > $@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|