git: 3312d5f90102 - main - biology/peak-classifier: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 02 Mar 2024 19:38:36 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3312d5f90102d628fcf1e50c6b84ae719f66c494

commit 3312d5f90102d628fcf1e50c6b84ae719f66c494
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-02 19:37:42 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-02 19:37:42 +0000

    biology/peak-classifier: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 biology/peak-classifier/Makefile  | 5 ++++-
 biology/peak-classifier/pkg-plist | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/biology/peak-classifier/Makefile b/biology/peak-classifier/Makefile
index b3e4c27edcb4..57ff12184d4e 100644
--- a/biology/peak-classifier/Makefile
+++ b/biology/peak-classifier/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	peak-classifier
 DISTVERSION=	0.1.4-13
 DISTVERSIONSUFFIX=	-gfb89af3
+PORTREVISION=	1
 CATEGORIES=	biology
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -16,10 +17,12 @@ RUN_DEPENDS=	bedtools:biology/bedtools \
 
 USES=		localbase python:3.7+ shebangfix
 USE_GITHUB=	yes
-
 GH_ACCOUNT=	auerlab
+
 SHEBANG_FILES=	feature-view.py
 
+MAKE_ARGS=	MANPREFIX=${PREFIX}/share
+
 pre-build:
 	cd ${WRKSRC} && make depend LOCALBASE=${LOCALBASE}
 
diff --git a/biology/peak-classifier/pkg-plist b/biology/peak-classifier/pkg-plist
index 787333471195..a2004325fc61 100644
--- a/biology/peak-classifier/pkg-plist
+++ b/biology/peak-classifier/pkg-plist
@@ -3,7 +3,7 @@ bin/feature-view
 bin/filter-overlaps
 bin/peak-classifier
 libexec/extract-genes.awk
-man/man1/extract-genes.1.gz
-man/man1/feature-view.1.gz
-man/man1/filter-overlaps.1.gz
-man/man1/peak-classifier.1.gz
+share/man/man1/extract-genes.1.gz
+share/man/man1/feature-view.1.gz
+share/man/man1/filter-overlaps.1.gz
+share/man/man1/peak-classifier.1.gz