pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vcf-split: Remove useless parens
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jun 11 12:27:33 2021 -0500
Changeset: 5e0145c379fe70fb66be4e8e20268e80b87ab453
Modified Files:
vcf-split/Makefile
Log Message:
vcf-split: Remove useless parens
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e0145c379fe70fb66be4e8e20268e80b87ab453
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vcf-split/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/vcf-split/Makefile b/vcf-split/Makefile
index 76609c955f..daaa1119d4 100644
--- a/vcf-split/Makefile
+++ b/vcf-split/Makefile
@@ -10,7 +10,7 @@ COMMENT= Split a multi-sample VCF into single-sample VCFs
LICENSE= 2-clause-bsd
pre-build:
- (cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
+ cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend
.include "../../wip/biolibc/buildlink3.mk"
.include "../../wip/libxtend/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index