ports/sysutils/env4801/files/patch-Makefile
Baptiste Daroussin 00bd9a210e allow to build on recent head
The distfile is using the FreeBSD make framework
provided in sources to build, but still defines NO_MAN which is
not supported for a while to define it expects no manual pages, the
properly to define it now is to declare an empty MAN variable.

While here use options helpers from the ports framework
2021-01-12 14:36:21 +00:00

11 lines
154 B
Text

--- Makefile.orig 2021-01-12 14:27:18 UTC
+++ Makefile
@@ -2,7 +2,7 @@ PROG= env4801
WARNS?= 3
-NO_MAN= sorry
+MAN=
#CFLAGS += -fno-builtin-ffs