diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:09:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:09:00 +0000 |
commit | 026c2efcb746f36d4f807b11bcae4e2cd6ae1c9b (patch) | |
tree | 46b335d70a2bc98e71e4ea34d1a505e19e1af824 /biology/ncbi-blast+ | |
parent | 0b695a0684e4d122ca6a714ed7fe95be9d36743a (diff) | |
download | pkgsrc-026c2efcb746f36d4f807b11bcae4e2cd6ae1c9b.tar.gz |
biology: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Diffstat (limited to 'biology/ncbi-blast+')
-rw-r--r-- | biology/ncbi-blast+/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index f92396e7bb6..3bb2a33442c 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/08/11 13:18:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2019/11/02 22:09:00 rillig Exp $ DISTNAME= ncbi-blast-2.8.1+-src PKGNAME= ${DISTNAME:S/+-src//:S/blast/blast+/} @@ -21,14 +21,14 @@ SUBST_SED.configure+= -e '/--infodir=DIR/d' SUBST_SED.configure+= -e '/--mandir=DIR/d' SUBST_FILES.configure+= ${WRKSRC}/src/build-system/configure -USE_TOOLS+= bash gmake perl -USE_LANGUAGES= c c++ -GNU_CONFIGURE= yes +USE_TOOLS+= bash gmake perl +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # doesn't know --enable-option-checking -REPLACE_BASH= scripts/common/impl/define_random_macros.sh -REPLACE_BASH+= src/app/blast/get_species_taxids.sh -REPLACE_PERL= src/app/blast/legacy_blast.pl src/app/blast/update_blastdb.pl -REPLACE_PYTHON= src/app/winmasker/windowmasker_2.2.22_adapter.py +REPLACE_BASH= scripts/common/impl/define_random_macros.sh +REPLACE_BASH+= src/app/blast/get_species_taxids.sh +REPLACE_PERL= src/app/blast/legacy_blast.pl src/app/blast/update_blastdb.pl +REPLACE_PYTHON= src/app/winmasker/windowmasker_2.2.22_adapter.py # The test for amq can hang, but amq is not needed so just avoid the test # configure chooses /usr/local/bin/ar with no flags |