ports/devel/libphk/files/patch-test_expr_Makefile
Muhammad Moinur Rahman f50c09806c devel/libphk: Fix build with llvm16
- Add LICENSE Beerware
- Refresh patches

Sponsored by:	The FreeBSD Foundation
2023-07-19 19:30:37 +02:00

11 lines
227 B
Text

--- test/expr/Makefile.orig 2008-04-29 16:35:38 UTC
+++ test/expr/Makefile
@@ -5,7 +5,7 @@ CFLAGS += -I${.CURDIR}/../..
LDADD += -L../.. -lphk -lm
DPADD += ../../libphk.a
-NO_MAN = sorry
+MAN =
.include <bsd.prog.mk>