Skip to content

Commit

Permalink
biology/jellyfish: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 2, 2024
1 parent b60356b commit 058e421
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion biology/jellyfish/Makefile
@@ -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}
Expand All @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion biology/jellyfish/pkg-plist
Expand Up @@ -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

0 comments on commit 058e421

Please sign in to comment.