mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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
11 lines
154 B
Text
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
|
|
|