summaryrefslogtreecommitdiff
path: root/www/bozohttpd/files/patch-Makefile
blob: 1f78a0ee7feea11fd3cf9750301c6afda5697d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$FreeBSD$

--- Makefile.orig
+++ Makefile
@@ -23,6 +23,10 @@
 SRCS+=	main.c
 
 WARNS?=	4
+NO_WERROR=1
+ 
+BINDIR=$(PREFIX)/libexec
+MANDIR=$(PREFIX)/man/man
 
 check:
 	cd $(.CURDIR)/testsuite && $(MAKE) check