diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
commit | 33fdc467a2557ff913d51a3486fb5bd020e3756c (patch) | |
tree | a0c9e2200b3c147e16281d6c8129510a46dd9511 /www/bozohttpd/files/patch-Makefile | |
parent | Upgrade to 2.0. (diff) |
Add bozohttpd 5.14, the bozotic HTTP server.
PR: ports/42363
Submitted by: Janos.Mohacsi@bsd.hu
Notes
Notes:
svn path=/head/; revision=65957
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: |