diff options
author | wiz <wiz> | 2003-09-26 05:21:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-26 05:21:04 +0000 |
commit | a18318a183229a35ec6b311a6a6d5c2fffe0e3a6 (patch) | |
tree | 65e57cea56f5f37c93f8f489c41300ad000acdb4 /biology | |
parent | cb33de006f207cb6faf2ea1257b1d0d85befe300 (diff) | |
download | pkgsrc-a18318a183229a35ec6b311a6a6d5c2fffe0e3a6.tar.gz |
Add trailing slash to HOMEPAGE to placate pkglint.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/hmmer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index db1c4d7d724..f13cb9ab0d8 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 03:52:47 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/26 05:21:04 wiz Exp $ # DISTNAME= hmmer-2.3.1 @@ -7,7 +7,7 @@ CATEGORIES= biology MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/2.3.1/ MAINTAINER= hdp@cs.nmsu.edu -HOMEPAGE= http://hmmer.wustl.edu +HOMEPAGE= http://hmmer.wustl.edu/ COMMENT= Implementation of profile HMM software for protein sequence analysis USE_BUILDLINK2= yes |