git: 5c2b06d5382d - main - biology/treekin: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 20:08:52 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c2b06d5382d9bce11d5c7c4fce440823029e086 commit 5c2b06d5382d9bce11d5c7c4fce440823029e086 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 20:02:27 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 20:02:27 +0000 biology/treekin: Move man pages to share/man Approved by: portmgr (blanket) --- biology/treekin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/biology/treekin/Makefile b/biology/treekin/Makefile index 6253d45caafe..681643f6e49c 100644 --- a/biology/treekin/Makefile +++ b/biology/treekin/Makefile @@ -1,6 +1,6 @@ PORTNAME= treekin DISTVERSION= 0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= biology MASTER_SITES= https://www.tbi.univie.ac.at/RNA/packages/source/ DISTNAME= Treekin-${DISTVERSION} @@ -20,10 +20,11 @@ USES= blaslapack:netlib compiler:c++11-lang fortran gmake \ localbase:ldflags GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share BINARY_ALIAS= make=${GMAKE} PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz .include <bsd.port.mk>