summaryrefslogtreecommitdiff
path: root/www/bozohttpd
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-21 09:15:37 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-21 09:15:37 +0000
commitd9029f1552fd2e59ed4492eff65f8bddc31e92fe (patch)
tree3600047d84de4a517fca2de8184c9c76de2eb54e /www/bozohttpd
parentsysutils/*: Move man pages to share/man (diff)
www/*: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'www/bozohttpd')
-rw-r--r--www/bozohttpd/Makefile3
-rw-r--r--www/bozohttpd/files/patch-Makefile6
2 files changed, 5 insertions, 4 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index d35567a0bf6b..94c23a39ea75 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bozohttpd
PORTVERSION= 20210227
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.eterna.com.au/bozohttpd/ \
NETBSD
@@ -17,7 +18,7 @@ USE_RC_SUBR= bozohttpd
MAKE_ARGS= LDADD="${LIBS}"
PLIST_FILES= bin/bozohttpd \
- man/man8/bozohttpd.8.gz
+ share/man/man8/bozohttpd.8.gz
OPTIONS_DEFINE= BLACKLIST CGI DAEMON DEBUG DIRINDEX\
DYNAMIC HTPASSWD LUA SSL USER
diff --git a/www/bozohttpd/files/patch-Makefile b/www/bozohttpd/files/patch-Makefile
index 17e5553801a6..0a96851e5973 100644
--- a/www/bozohttpd/files/patch-Makefile
+++ b/www/bozohttpd/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2020-10-15 04:35:06 UTC
+--- Makefile.orig 2021-02-28 05:20:51 UTC
+++ Makefile
@@ -14,7 +14,7 @@
# NO_SSL_SUPPORT /* don't support ssl (https) */
@@ -28,12 +28,12 @@
WARNS?= 4
+BINDIR=$(PREFIX)/bin
-+MANDIR=$(PREFIX)/man/man
++MANDIR=$(PREFIX)/share/man/man
+
.if defined(.OS.MAKE)
OPSYS= ${.OS.MAKE}
.else
-@@ -48,9 +45,6 @@ OPSYS:= ${:!uname -s!:S/-//g:S/\///g}
+@@ -48,9 +45,6 @@ LDADD+= -lnbutil
CPPFLAGS+= -DHAVE_NBUTIL_H
LDADD+= -lnbutil
.endif