diff options
Diffstat (limited to 'www/bozohttpd/files/patch-Makefile')
-rw-r--r-- | www/bozohttpd/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/bozohttpd/files/patch-Makefile b/www/bozohttpd/files/patch-Makefile new file mode 100644 index 000000000000..35e8ce53ef79 --- /dev/null +++ b/www/bozohttpd/files/patch-Makefile @@ -0,0 +1,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: |