aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 12:58:58 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 13:23:50 +0000
commit1b6126c582acbe774910efa441345a2c484495cb (patch)
tree6aab79c15176e11e8bb2ea64d10d1efba80a2963
parentf5db6921ff6006225f24e9246e3373bb5f7cc0cd (diff)
downloadports-1b6126c582acbe774910efa441345a2c484495cb.tar.gz
ports-1b6126c582acbe774910efa441345a2c484495cb.zip
biology/pooler: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--biology/pooler/Makefile6
1 files changed, 5 insertions, 1 deletions
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>