diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /biology | |
parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) | |
download | freebsd-ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.zip |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/pbbam/Makefile | 2 | ||||
-rw-r--r-- | biology/pbseqan/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/pbbam/Makefile b/biology/pbbam/Makefile index 6e7b508c36f0..e97ce13ea2b1 100644 --- a/biology/pbbam/Makefile +++ b/biology/pbbam/Makefile @@ -5,7 +5,7 @@ CATEGORIES= biology # As of March 2018, unanimity is no longer open source. # See https://github.com/PacificBiosciences/ccs. -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PacBio BAM C++ library, with SWIG bindings LICENSE= BSD3CLAUSE diff --git a/biology/pbseqan/Makefile b/biology/pbseqan/Makefile index 2753dc6c27d5..36aa16e34d37 100644 --- a/biology/pbseqan/Makefile +++ b/biology/pbseqan/Makefile @@ -4,7 +4,7 @@ CATEGORIES= biology # As of March 2018, unanimity is no longer open source. # See https://github.com/PacificBiosciences/ccs. -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Pacific Biosciences patched and stripped down SeqAn LICENSE= BSD3CLAUSE |