git: 7990e837004b - main - biology/vsearch: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 20:36:11 UTC
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