diff options
author | sem <sem@FreeBSD.org> | 2004-11-26 06:58:29 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-26 06:58:29 +0800 |
commit | 6c2536cf6e7f90707610cc9f9529b227a806c461 (patch) | |
tree | d4daf684626ad8c9e925c1b9f20bb62145eb97e9 /biology | |
parent | 88ff08998f6dc422fea4f55ec716df5bdda4362f (diff) | |
download | freebsd-ports-gnome-6c2536cf6e7f90707610cc9f9529b227a806c461.tar.gz freebsd-ports-gnome-6c2536cf6e7f90707610cc9f9529b227a806c461.tar.zst freebsd-ports-gnome-6c2536cf6e7f90707610cc9f9529b227a806c461.zip |
- Remove a junk white space.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/hmmer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index c4e8f4a422ac..9227c5d51a31 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -22,7 +22,7 @@ EXAMPLES= 7LES_DROME amino.null globins50.msf nucleic.pri rrm.sto \ Artemia.fa amino.pri globins630.fa pkinase.sto RU1A_HUMAN \ fn3.sto nucleic.null rrm.hmm MAN1= hmmalign.1 hmmbuild.1 hmmcalibrate.1 hmmconvert.1 hmmemit.1 \ - hmmer.1 hmmfetch.1 hmmindex.1 hmmpfam.1 hmmsearch.1 + hmmer.1 hmmfetch.1 hmmindex.1 hmmpfam.1 hmmsearch.1 .if defined(WITH_PVM) CONFIGURE_ENV+= PVM_ROOT="${LOCALBASE}/lib/pvm" PVM_ARCH="FREEBSD" |