Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 12:40:27 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2eb9c98180f0 - main - biology/htslib: Moved man to share/man
Message-ID:  <202401271240.40RCeRDo059936@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2eb9c98180f04a69241536e169b277747f1c46c6

commit 2eb9c98180f04a69241536e169b277747f1c46c6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-27 12:36:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 12:37:30 +0000

    biology/htslib: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 biology/htslib/Makefile  |  2 ++
 biology/htslib/pkg-plist | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/biology/htslib/Makefile b/biology/htslib/Makefile
index 6a6e6a616d1c..5a844cef433c 100644
--- a/biology/htslib/Makefile
+++ b/biology/htslib/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	htslib
 DISTVERSION=	1.17
+PORTREVISION=	1
 CATEGORIES=	biology devel
 # Github generated distfiles are incomplete, so use custom tarball
 MASTER_SITES=	https://github.com/samtools/htslib/releases/download/${DISTVERSION}/
@@ -20,6 +21,7 @@ USE_PERL5=	test
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=		yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 MAKE_ARGS_armv6=	HTS_HAVE_NEON=
 MAKE_ARGS_armv7=	HTS_HAVE_NEON=
 MAKE_ARGS=		$(MAKE_ARGS_$(ARCH))
diff --git a/biology/htslib/pkg-plist b/biology/htslib/pkg-plist
index e2ebe3a2e8d6..8c97aa84399c 100644
--- a/biology/htslib/pkg-plist
+++ b/biology/htslib/pkg-plist
@@ -34,10 +34,10 @@ lib/libhts.so
 lib/libhts.so.%%PORTVERSION%%
 lib/libhts.so.3
 libdata/pkgconfig/htslib.pc
-man/man1/bgzip.1.gz
-man/man1/htsfile.1.gz
-man/man1/tabix.1.gz
-man/man5/faidx.5.gz
-man/man5/sam.5.gz
-man/man5/vcf.5.gz
-man/man7/htslib-s3-plugin.7.gz
+share/man/man1/bgzip.1.gz
+share/man/man1/htsfile.1.gz
+share/man/man1/tabix.1.gz
+share/man/man5/faidx.5.gz
+share/man/man5/sam.5.gz
+share/man/man5/vcf.5.gz
+share/man/man7/htslib-s3-plugin.7.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401271240.40RCeRDo059936>