diff options
author | eik <eik@FreeBSD.org> | 2004-05-18 22:59:02 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-18 22:59:02 +0800 |
commit | 87f61ae3cf3f783ef1ed6826a862457f7effa273 (patch) | |
tree | 15dbd1ae5d517360b4b77bb7e930170a5ef7e56e /biology/seaview | |
parent | 82810dab96386b2d1f4e80b128d882d86bfc4c19 (diff) | |
download | freebsd-ports-graphics-87f61ae3cf3f783ef1ed6826a862457f7effa273.tar.gz freebsd-ports-graphics-87f61ae3cf3f783ef1ed6826a862457f7effa273.tar.zst freebsd-ports-graphics-87f61ae3cf3f783ef1ed6826a862457f7effa273.zip |
unbreak, only minor changes in the distfiles (see PR)
Since the distfile has no version number, put it in
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
PR: 66817
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (new maintainer)
Diffstat (limited to 'biology/seaview')
-rw-r--r-- | biology/seaview/Makefile | 12 | ||||
-rw-r--r-- | biology/seaview/distinfo | 3 |
2 files changed, 7 insertions, 8 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index abdc2cb2ebf..f96107deb3a 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -6,24 +6,22 @@ # PORTNAME= seaview -PORTVERSION= 2003.11.25 +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 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Multiple DNA/protein sequence alignment editor LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -BROKEN= Checksum mismatch - USE_X_PREFIX= yes NO_WRKSUBDIR= yes -EXTRACT_CMD= ${TAR} -EXTRACT_BEFORE_ARGS= -xf -EXTRACT_AFTER_ARGS= # empty +EXTRACT_CMD= ${CAT} +EXTRACT_BEFORE_ARGS= # ALL_TARGET= ${PORTNAME} CFLAGS+= -D HAVE_DIRENT_H \ diff --git a/biology/seaview/distinfo b/biology/seaview/distinfo index 0090138035d..92372c88659 100644 --- a/biology/seaview/distinfo +++ b/biology/seaview/distinfo @@ -1 +1,2 @@ -MD5 (seaview.tar) = 05464867b24f69906f8383c1d233afbe +MD5 (seaview-2004.03.16/seaview.tar) = 48db16486992fed35dad053fed0734e0 +SIZE (seaview-2004.03.16/seaview.tar) = 560640 |