mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
biology/minimap2: Move man page to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
73265dd401
commit
eb44cf3c6f
@ -1,6 +1,7 @@
|
||||
PORTNAME= minimap2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.27
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- Makefile.simde.orig 2021-11-18 22:11:48 UTC
|
||||
--- Makefile.simde.orig 2024-03-12 17:20:07 UTC
|
||||
+++ Makefile.simde
|
||||
@@ -1,13 +1,26 @@
|
||||
-CFLAGS= -g -Wall -O2 -Wc++-compat #-Wextra
|
||||
@ -21,7 +21,7 @@
|
||||
LIBS= -lm -lz -lpthread
|
||||
|
||||
+PREFIX?= /usr/local
|
||||
+MAN1DIR?= ${PREFIX}/man/man1
|
||||
+MAN1DIR?= ${PREFIX}/share/man/man1
|
||||
+DATADIR?= ${PREFIX}/share/minimap2
|
||||
|
||||
+MKDIR?= mkdir
|
||||
@ -32,7 +32,7 @@
|
||||
ifneq ($(arm_neon),) # if arm_neon is defined
|
||||
ifeq ($(aarch64),) #if aarch64 is not defined
|
||||
CFLAGS+=-D_FILE_OFFSET_BITS=64 -mfpu=neon -fsigned-char
|
||||
@@ -26,7 +39,7 @@ ifneq ($(tsan),)
|
||||
@@ -26,7 +39,7 @@ endif
|
||||
LIBS+=-fsanitize=thread
|
||||
endif
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
bin/minimap2
|
||||
bin/minimap2-lite
|
||||
bin/sdust
|
||||
man/man1/minimap2.1.gz
|
||||
share/man/man1/minimap2.1.gz
|
||||
%%DATADIR%%/test/MT-human.fa
|
||||
%%DATADIR%%/test/MT-orang.fa
|
||||
%%DATADIR%%/test/q-inv.fa
|
||||
|
Loading…
Reference in New Issue
Block a user