Date: Thu, 22 Feb 2024 13:24:16 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: 1b6126c582ac - main - biology/pooler: Moved man to share/man Message-ID: <202402221324.41MDOGtq010833@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=1b6126c582acbe774910efa441345a2c484495cb commit 1b6126c582acbe774910efa441345a2c484495cb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 12:58:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 13:23:50 +0000 biology/pooler: Moved man to share/man Approved by: portmgr (blanket) --- biology/pooler/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/biology/pooler/Makefile b/biology/pooler/Makefile index 27aa0e8d8d50..7b530ceaa130 100644 --- a/biology/pooler/Makefile +++ b/biology/pooler/Makefile @@ -1,6 +1,7 @@ PORTNAME= pooler DISTVERSIONPREFIX= v DISTVERSION= 1.88 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= ssb22@cam.ac.uk @@ -19,10 +20,13 @@ GH_PROJECT= PrimerPooler INSTALL_TARGET= install-strip WRKSRC_SUBDIR= pooler -PLIST_FILES= bin/pooler man/man1/pooler.1.gz share/applications/pooler.desktop +PLIST_FILES= bin/pooler share/man/man1/pooler.1.gz share/applications/pooler.desktop .if exists(/usr/include/omp.h) CFLAGS+= -fopenmp .endif +post-patch: + ${REINPLACE_CMD} -e 's|man/man1|share/man/man1|g' ${WRKSRC}/Makefile + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221324.41MDOGtq010833>