Date: Thu, 21 Mar 2024 20:23:17 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dc62731c3dfd - main - security/medusa: Move man pages to share/man Message-ID: <202403212023.42LKNH5b062674@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc62731c3dfd3bc3b4204b9b3f5cf2c9368dec6b commit dc62731c3dfd3bc3b4204b9b3f5cf2c9368dec6b Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 17:15:16 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 20:22:56 +0000 security/medusa: Move man pages to share/man Approved by: portmgr (blanket) --- security/medusa/Makefile | 3 ++- security/medusa/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/security/medusa/Makefile b/security/medusa/Makefile index 749d363deea6..8d61d5c77b04 100644 --- a/security/medusa/Makefile +++ b/security/medusa/Makefile @@ -1,6 +1,6 @@ PORTNAME= medusa PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.foofus.net/~jmk/tools/ @@ -16,6 +16,7 @@ LIB_DEPENDS= libssh2.so:security/libssh2 USES= ssl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-module-ncp=no --enable-module-afp=no CFLAGS+= -fcommon diff --git a/security/medusa/pkg-plist b/security/medusa/pkg-plist index 0babcb8b76ae..22c9487afd5e 100644 --- a/security/medusa/pkg-plist +++ b/security/medusa/pkg-plist @@ -23,7 +23,6 @@ lib/medusa/modules/vmauthd.mod lib/medusa/modules/vnc.mod lib/medusa/modules/web-form.mod lib/medusa/modules/wrapper.mod -man/man1/medusa.1.gz %%PORTDOCS%%%%DOCSDIR%%/medusa-afp.html %%PORTDOCS%%%%DOCSDIR%%/medusa-compare.html %%PORTDOCS%%%%DOCSDIR%%/medusa-cvs.html @@ -53,4 +52,5 @@ man/man1/medusa.1.gz %%PORTDOCS%%%%DOCSDIR%%/medusa-web-form.html %%PORTDOCS%%%%DOCSDIR%%/medusa-wrapper.html %%PORTDOCS%%%%DOCSDIR%%/medusa.html +share/man/man1/medusa.1.gz share/zsh/site-functions/_medusa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403212023.42LKNH5b062674>