freebsd-ports/sysutils/freeipmi/files/patch-man-Makefile.in
Sunpoet Po-Chuan Hsieh a72681dd19 - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk since r384380
- Regenerate patch files with makepatch:
2015-05-10 12:45:45 +00:00

11 lines
436 B
Text

--- man/Makefile.in.orig 2015-01-07 18:23:47 UTC
+++ man/Makefile.in
@@ -885,7 +885,7 @@ uninstall-man: uninstall-man3 uninstall-
$(MANS_CPP): $(MANS_CPP:%=%.pre)
- $(CPP) -nostdinc -w -C -P -I$(top_srcdir)/man $@.pre $@
+ $(CPP) -nostdinc -w -C -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.