opnsense-ports/audio/emms/files/patch-doc_Makefile
Franco Fichtner 8702892532 */*: sync with upstream
Taken from: HardenedBSD
2018-02-02 07:54:19 +01:00

12 lines
291 B
Text

--- doc/Makefile.orig 2018-01-06 17:09:29 UTC
+++ doc/Makefile
@@ -7,7 +7,7 @@ clean:
rm -f *.info
%.info: %.texinfo
- makeinfo --no-split $<
+ ${LOCALBASE}/bin/makeinfo --no-split $<
%.html: %.texinfo
- makeinfo --html --no-split $<
+ ${LOCALBASE}/bin/makeinfo --html --no-split $<