freebsd-ports/www/bozohttpd/files/patch-Makefile
2002-10-20 21:25:02 +00:00

14 lines
223 B
Plaintext

--- Makefile.orig Thu Aug 22 22:43:44 2002
+++ Makefile Sun Oct 20 14:26:17 2002
@@ -4,6 +4,10 @@
MAN= bozohttpd.8
WARNS= 3
+NO_WERROR=1
+
+BINDIR=$(PREFIX)/libexec
+MANDIR=$(PREFIX)/man/man
.include <bsd.prog.mk>