Date: Tue, 19 Mar 2024 22:45:13 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cd1d4f3fe112 - main - www/obhttpd: Move man pages to share/man Message-ID: <202403192245.42JMjDFp028285@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd1d4f3fe112d45af2b61364eeb87803ced7fc82 commit cd1d4f3fe112d45af2b61364eeb87803ced7fc82 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-19 22:23:30 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-19 22:44:58 +0000 www/obhttpd: Move man pages to share/man Approved by: portmgr (blanket) --- www/obhttpd/Makefile | 3 ++- www/obhttpd/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/obhttpd/Makefile b/www/obhttpd/Makefile index 2c02dd5bb91a..e9fffc0e1247 100644 --- a/www/obhttpd/Makefile +++ b/www/obhttpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= obhttpd DISTVERSION= 7.4.20231129 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= OPENBSD/LibreSSL:libressl DISTFILES= libressl-${SSL}.tar.gz:libressl @@ -22,7 +23,7 @@ GH_TAGNAME= ${LIBIMSG}:libimsg \ USE_RC_SUBR= obhttpd -MAKE_ARGS+= MANDIR=${PREFIX}/man/man +MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man # XXX Static libraries with PIE are currently unsupported. MAKE_ARGS+= WITHOUT_PIE=true diff --git a/www/obhttpd/pkg-plist b/www/obhttpd/pkg-plist index 782e2449bbb3..892a1eb2718a 100644 --- a/www/obhttpd/pkg-plist +++ b/www/obhttpd/pkg-plist @@ -1,7 +1,7 @@ @sample etc/obhttpd.conf.sample bin/obhtpasswd -man/man1/obhtpasswd.1.gz -man/man5/obhttpd.conf.5.gz -man/man7/patterns.7.gz -man/man8/obhttpd.8.gz sbin/obhttpd +share/man/man1/obhtpasswd.1.gz +share/man/man5/obhttpd.conf.5.gz +share/man/man7/patterns.7.gz +share/man/man8/obhttpd.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403192245.42JMjDFp028285>