head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.30.17.47.14;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.20.21.25.02;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.09.21.25.03;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@
$FreeBSD: head/www/bozohttpd/files/patch-Makefile 300897 2012-07-14 14:29:18Z beat $

--- 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
@


1.3
log
@Update to 20100512

PR:		147224
Submitted by:	janos mohacsi
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
log
@Add NO_WERROR=1 to make warnings non-fatal
@
text
@d1 7
a7 4
--- Makefile.orig	Thu Aug 22 22:43:44 2002
+++ Makefile	Sun Oct 20 14:26:17 2002
@@@@ -4,6 +4,10 @@@@
 MAN=	bozohttpd.8
d9 1
a9 1
 WARNS=	3
d11 1
a11 1
+
d15 2
a16 2
 .include <bsd.prog.mk>
 
@


1.1
log
@Add bozohttpd 5.14, the bozotic HTTP server.

PR:		ports/42363
Submitted by:	Janos.Mohacsi@@bsd.hu
@
text
@d1 13
a13 14
*** Makefile.orig	Fri Aug 10 07:43:15 2001
--- Makefile	Thu Mar 21 21:16:46 2002
***************
*** 3,8 ****
--- 3,11 ----
  PROG=	bozohttpd
  MAN=	bozohttpd.8
  
+ BINDIR=$(PREFIX)/libexec
+ MANDIR=$(PREFIX)/man/man
+ 
  .include <bsd.prog.mk>
  
  check:
@

