Date: Sat, 2 Mar 2024 20:36:11 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: 7990e837004b - main - biology/vsearch: Move man pages to share/man Message-ID: <202403022036.422KaB61025707@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=7990e837004bd7f4018a7be12de47bfc05ae752f commit 7990e837004bd7f4018a7be12de47bfc05ae752f Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 20:35:00 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 20:35:56 +0000 biology/vsearch: Move man pages to share/man Approved by: portmgr (blanket) --- biology/vsearch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biology/vsearch/Makefile b/biology/vsearch/Makefile index f8574adf205d..c168080efa1c 100644 --- a/biology/vsearch/Makefile +++ b/biology/vsearch/Makefile @@ -1,6 +1,7 @@ PORTNAME= vsearch DISTVERSIONPREFIX= v DISTVERSION= 2.27.0 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -18,8 +19,9 @@ USE_GITHUB= yes GH_ACCOUNT= torognes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= bin/vsearch man/man1/vsearch.1.gz +PLIST_FILES= bin/vsearch share/man/man1/vsearch.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403022036.422KaB61025707>