mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
biology/jellyfish: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b60356bd28
commit
058e4213c9
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= Jellyfish
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= https://github.com/gmarcais/${PORTNAME}/releases/download/v2.3.0/ # Custom distfile reduces dependencies
|
||||
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
|
||||
|
@ -21,6 +21,7 @@ USES= compiler:c++11-lib libtool
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
PLIST_SUB= VER=${PORTVERSION}
|
||||
|
|
|
@ -54,4 +54,4 @@ lib/libjellyfish-2.0.so
|
|||
lib/libjellyfish-2.0.so.2
|
||||
lib/libjellyfish-2.0.so.2.0.0
|
||||
libdata/pkgconfig/jellyfish-2.0.pc
|
||||
man/man1/jellyfish.1.gz
|
||||
share/man/man1/jellyfish.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue