diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:25:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:25:02 +0000 |
commit | faf39fbdee6e37ec7692e7a65ee2543cb82a150e (patch) | |
tree | 6eb8bf0983486bb414704ffb7f8958516d6e37f6 /www/bozohttpd | |
parent | ca4f4b74218cd42ecb0d392c4f2410c75689ebb7 (diff) | |
download | ports-faf39fbdee6e37ec7692e7a65ee2543cb82a150e.tar.gz ports-faf39fbdee6e37ec7692e7a65ee2543cb82a150e.zip |
Notes
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/files/patch-Makefile | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/www/bozohttpd/files/patch-Makefile b/www/bozohttpd/files/patch-Makefile index 35e8ce53ef79..2df4cef1d428 100644 --- a/www/bozohttpd/files/patch-Makefile +++ b/www/bozohttpd/files/patch-Makefile @@ -1,14 +1,13 @@ -*** 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: +--- 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> + |