- Restore clustalw symlink, other ports rely on it
Reported by: pointyhat Pointy hat to: pav
This commit is contained in:
parent
e93e87e537
commit
147258bf29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207958
1 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= clustalw
|
PORTNAME= clustalw
|
||||||
PORTVERSION= 2.0.3
|
PORTVERSION= 2.0.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= biology
|
CATEGORIES= biology
|
||||||
MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/software/clustalw2/
|
MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/software/clustalw2/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
@ -17,6 +18,9 @@ COMMENT= CLUSTAL W Multiple Sequence Alignment Program
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
PLIST_FILES= bin/clustalw2
|
PLIST_FILES= bin/clustalw bin/clustalw2
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${LN} -sf clustalw2 ${PREFIX}/bin/clustalw
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue