diff options
author | sem <sem@FreeBSD.org> | 2004-12-11 03:49:29 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-12-11 03:49:29 +0000 |
commit | 7066efbd405570bfbd9a873f0df85b1dd34e2d08 (patch) | |
tree | 05f39e4c248a35aa6674b57b61d20658418aed17 | |
parent | 39c53f0a061e5bf6bc3fd0d4551cf2c8f94f00a7 (diff) | |
download | FreeBSD-ports-7066efbd405570bfbd9a873f0df85b1dd34e2d08.zip FreeBSD-ports-7066efbd405570bfbd9a873f0df85b1dd34e2d08.tar.gz |
- This update brings seaview to the latest release (dated 09.24.04
in the FTP site).
- While here add a modeline for vi, and fix a tab (cosmetic)
- Make portlint happy.
PR: ports/74897
Submitted by: maintainer
-rw-r--r-- | biology/seaview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index f96107d..f249263 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 2004.03.16 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/ DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tar +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Multiple DNA/protein sequence alignment editor |