forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
biology/vcf-split: Update to 0.1.5.19
Unbreak when using non-default PKGMANDIR
- Loading branch information
bacon
committed
Nov 29, 2024
1 parent
e9e81e3
commit 6a0548c
Showing
3 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.9 2023/10/28 20:39:31 bacon Exp $ | ||
# $NetBSD: Makefile,v 1.10 2024/11/29 15:28:16 bacon Exp $ | ||
|
||
DISTNAME= vcf-split-0.1.5.10 | ||
DISTNAME= vcf-split-0.1.5.19 | ||
CATEGORIES= biology | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=auerlab/} | ||
GITHUB_TAG= 0f2fd0a5051e058b82efd310679265bcda0b5b03 | ||
GITHUB_TAG= 1a8ab827c0e08172d3c1309ea80436c690b94608 | ||
|
||
OWNER= bacon@NetBSD.org | ||
HOMEPAGE= https://github.com/auerlab/vcf-split | ||
COMMENT= Split a multi-sample VCF into single-sample VCFs | ||
LICENSE= 2-clause-bsd | ||
|
||
MAKE_ENV+= VERSION=${PKGVERSION} | ||
|
||
pre-build: | ||
cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend | ||
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} VERSION=${PKGVERSION} | ||
|
||
.include "../../biology/biolibc/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@comment $NetBSD: PLIST,v 1.8 2023/10/28 20:39:31 bacon Exp $ | ||
@comment $NetBSD: PLIST,v 1.9 2024/11/29 15:28:16 bacon Exp $ | ||
bin/vcf-split | ||
man/man1/vcf-split.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.10 2023/10/28 20:39:31 bacon Exp $ | ||
$NetBSD: distinfo,v 1.11 2024/11/29 15:28:16 bacon Exp $ | ||
|
||
BLAKE2s (vcf-split-0.1.5.10-0f2fd0a5051e058b82efd310679265bcda0b5b03.tar.gz) = de4d91fdcb9fe68d942e78f4819bf8a4437ac657d711c4348684f1a590462a59 | ||
SHA512 (vcf-split-0.1.5.10-0f2fd0a5051e058b82efd310679265bcda0b5b03.tar.gz) = a6857dbfed03546d216302392b231ce29e7a9e320ceb18b1359bdede655bde2438e9235e109867cf7ba91334e384625bd9df635838f1bc1a156fc04c7819415f | ||
Size (vcf-split-0.1.5.10-0f2fd0a5051e058b82efd310679265bcda0b5b03.tar.gz) = 22560 bytes | ||
BLAKE2s (vcf-split-0.1.5.19-1a8ab827c0e08172d3c1309ea80436c690b94608.tar.gz) = bc459eea0b32c70034afa3c3e0926363faf03fdfd82519db806f53666bf3b4d2 | ||
SHA512 (vcf-split-0.1.5.19-1a8ab827c0e08172d3c1309ea80436c690b94608.tar.gz) = be781da1c1de37723ba885c64b84ca45b907b83ebbab46f84f6b4d1791b0481319088726a82aacf92b66ff4d03376ee658c2b21542ea438672e88672aafbab1d | ||
Size (vcf-split-0.1.5.19-1a8ab827c0e08172d3c1309ea80436c690b94608.tar.gz) = 22082 bytes |