diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 09:10:33 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 10:04:08 +0000 |
commit | dfc94f5f31b8b27980052a60271c629234c76ab5 (patch) | |
tree | 5a6ccf3acf75249bfff47607c3abda596e027353 | |
parent | 9018662681d2cc678448c23dd8ca11e09a1a6954 (diff) | |
download | freebsd-ports-dfc94f5f31b8b27980052a60271c629234c76ab5.zip |
biology/abyss: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | biology/abyss/Makefile | 3 | ||||
-rw-r--r-- | 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 |