Skip to content

Commit

Permalink
biology/vcf-split: 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 5c2b06d commit 0a569bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biology/vcf-split/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vcf-split
DISTVERSION= 0.1.5-10
DISTVERSIONSUFFIX= -g0f2fd0a
PORTREVISION= 1
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -15,8 +16,8 @@ LIB_DEPENDS= libbiolibc.so:biology/biolibc libxtend.so:devel/libxtend
USE_GITHUB= yes
GH_ACCOUNT= auerlab

MAKE_ENV= VERSION=${PORTVERSION}
PLIST_FILES= bin/vcf-split man/man1/vcf-split.1.gz
MAKE_ENV= VERSION=${PORTVERSION} MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/vcf-split share/man/man1/vcf-split.1.gz

pre-build:
(cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend)
Expand Down

0 comments on commit 0a569bf

Please sign in to comment.