biology/pooler: Moved man to share/man

Approved by:    portmgr (blanket)
2024Q2
Muhammad Moinur Rahman 2024-02-22 13:58:58 +01:00
parent f5db6921ff
commit 1b6126c582
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 5 additions and 1 deletions

View File

@ -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>