git: dfc94f5f31b8 - main - biology/abyss: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 10:04:23 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfc94f5f31b8b27980052a60271c629234c76ab5 commit dfc94f5f31b8b27980052a60271c629234c76ab5 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-03 09:10:33 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-03 10:04:08 +0000 biology/abyss: Move man pages to share/man Approved by: portmgr (blanket) --- biology/abyss/Makefile | 3 ++- biology/abyss/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/biology/abyss/Makefile b/biology/abyss/Makefile index e4482abfda02..3ba678ac236b 100644 --- a/biology/abyss/Makefile +++ b/biology/abyss/Makefile @@ -1,6 +1,6 @@ PORTNAME= abyss DISTVERSION= 2.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org @@ -34,6 +34,7 @@ make_CMD= ${PREFIX}/bin/gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-sparsehash # configure fails to find std::hash, reported to the ML: https://groups.google.com/forum/#!topic/trans-abyss/SZDBKR5bKxs +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share TEST_TARGET= check # tests fail to compile, see https://github.com/bcgsc/abyss/issues/453 diff --git a/biology/abyss/pkg-plist b/biology/abyss/pkg-plist index e40d6907f31b..e51a34db6e43 100644 --- a/biology/abyss/pkg-plist +++ b/biology/abyss/pkg-plist @@ -55,4 +55,4 @@ bin/abyss-todot bin/abyss-tofastq bin/konnector bin/logcounter -man/man1/abyss-sealer.1.gz +share/man/man1/abyss-sealer.1.gz