Date: Fri, 23 Feb 2024 14:09:15 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 882edec21f0a - main - www/cadaver: Moved manpages to share/man Message-ID: <202402231409.41NE9FTv024053@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=882edec21f0a7c735d685f24da4ef51c90fdbe3f commit 882edec21f0a7c735d685f24da4ef51c90fdbe3f Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-02-23 14:08:17 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-02-23 14:09:04 +0000 www/cadaver: Moved manpages to share/man Approved by: portmgr (blanket) Sponsored by: Rubicon Communications, LLC ("Netgate") --- www/cadaver/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index ac1c5b9c63f2..097dc53c64ef 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,5 +1,6 @@ PORTNAME= cadaver PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://notroj.github.io/cadaver/ @@ -12,9 +13,10 @@ LIB_DEPENDS= libneon.so:www/neon USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-netrc --with-ssl +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/cadaver \ - man/man1/cadaver.1.gz + share/man/man1/cadaver.1.gz # Neither expat nor libneon are needed at all, but the configure # script breaks if it can not find the Makefile* in them. Exclude
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231409.41NE9FTv024053>