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
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
--- 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
|
|
|