diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-04 05:01:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-04 05:01:28 +0800 |
commit | 331898f37d242574f57c7e184a109d83686e8749 (patch) | |
tree | 9aaa529cb5d59b6cb8e34b44622f27ff3b47bc95 | |
parent | 6523d6a5cfcbb9678e688ae817cae1f7ecb3ec13 (diff) | |
download | freebsd-ports-gnome-331898f37d242574f57c7e184a109d83686e8749.tar.gz freebsd-ports-gnome-331898f37d242574f57c7e184a109d83686e8749.tar.zst freebsd-ports-gnome-331898f37d242574f57c7e184a109d83686e8749.zip |
Pet portlint.
-rw-r--r-- | biology/fastdnaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/fastdnaml/Makefile b/biology/fastdnaml/Makefile index ec7b2a950f1c..f73c8252c264 100644 --- a/biology/fastdnaml/Makefile +++ b/biology/fastdnaml/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://geta.life.uiuc.edu:80/~gary/programs/fastDNAml/ DISTNAME= fastDNAml_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= The faster variant of DNAML, makes phylogenetic trees using maximum likelihood +COMMENT= Faster DNAML, makes phylogenetic trees using maximum likelihood USE_GMAKE= yes do-build: |