pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/biology/hmmer Convert to buildlink3 and correct a spel...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57bee2a56371
branches: trunk
changeset: 472504:57bee2a56371
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 11 04:06:09 2004 +0000
description:
Convert to buildlink3 and correct a spelling error in DESCR.
diffstat:
biology/hmmer/DESCR | 2 +-
biology/hmmer/Makefile | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 7b1550672faa -r 57bee2a56371 biology/hmmer/DESCR
--- a/biology/hmmer/DESCR Sun Apr 11 03:50:56 2004 +0000
+++ b/biology/hmmer/DESCR Sun Apr 11 04:06:09 2004 +0000
@@ -1,6 +1,6 @@
HMMER is an implementation of profile HMM methods for sensitive database
searches using multiple sequence alignments as queries. HMMER takes
-multiple sequence alignement as input and builds statistical model
+multiple sequence alignment as input and builds statistical model
called "Hidden Markov Model" which can be used as a query into a
sequence database to find and/or align additional homologues of the
sequence family.
diff -r 7b1550672faa -r 57bee2a56371 biology/hmmer/Makefile
--- a/biology/hmmer/Makefile Sun Apr 11 03:50:56 2004 +0000
+++ b/biology/hmmer/Makefile Sun Apr 11 04:06:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/20 12:08:40 agc Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/11 04:06:09 snj Exp $
#
DISTNAME= hmmer-2.3.1
@@ -10,7 +10,7 @@
COMMENT= Implementation of profile HMM software for protein sequence analysis
WRKSRC= ${WRKDIR}/hmmer-2.3.1
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index