Date: Mon, 26 Feb 2024 13:15:35 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e6739374fc72 - main - www/httest: Moved man to share/man Message-ID: <202402261315.41QDFZP7084833@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6739374fc72b09d58412ff9ab14de725dcf695a commit e6739374fc72b09d58412ff9ab14de725dcf695a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 12:53:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 13:15:06 +0000 www/httest: Moved man to share/man Approved by: portmgr (blanket) --- www/httest/Makefile | 2 ++ www/httest/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/www/httest/Makefile b/www/httest/Makefile index 1991f5249589..bd2b816c182c 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -1,5 +1,6 @@ PORTNAME= httest PORTVERSION= 2.4.24 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} @@ -19,6 +20,7 @@ USES= iconv lua:-52 libtool bdb ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= EXAMPLES diff --git a/www/httest/pkg-plist b/www/httest/pkg-plist index 5c4cd30cad5b..e84129ca6ea8 100644 --- a/www/httest/pkg-plist +++ b/www/httest/pkg-plist @@ -7,7 +7,7 @@ lib/libhello.a lib/libhello.so lib/libhello.so.0 lib/libhello.so.0.0.0 -man/man1/htntlm.1.gz -man/man1/htproxy.1.gz -man/man1/htremote.1.gz -man/man1/httest.1.gz +share/man/man1/htntlm.1.gz +share/man/man1/htproxy.1.gz +share/man/man1/htremote.1.gz +share/man/man1/httest.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261315.41QDFZP7084833>