aboutsummaryrefslogtreecommitdiff
path: root/biology/paml/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-02 19:02:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-02 19:02:48 +0000
commite0f3b63065e89d6e2f8a5b3b9d400427b8f83201 (patch)
tree8d130be37475ebe2674aebba94a275a0668bff8b /biology/paml/Makefile
parent3042f43081595c56de7c29b3edfd07692a0a650e (diff)
downloadports-e0f3b63065e89d6e2f8a5b3b9d400427b8f83201.tar.gz
ports-e0f3b63065e89d6e2f8a5b3b9d400427b8f83201.zip
Notes
Diffstat (limited to 'biology/paml/Makefile')
-rw-r--r--biology/paml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/paml/Makefile b/biology/paml/Makefile
index fa3ccc88b03c..7c27df842780 100644
--- a/biology/paml/Makefile
+++ b/biology/paml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= paml
-PORTVERSION= 4.2
+PORTVERSION= 4.2b
CATEGORIES= biology
MASTER_SITES= http://abacus.gene.ucl.ac.uk/software/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -15,7 +15,7 @@ MAINTAINER= wenheping@gmail.com
COMMENT= Phylogenetic Analysis by Maximum Likelihood (PAML)
USE_GMAKE= YES
-WRKSRC= ${WRKDIR}/${DISTNAME:S/.//g}/src
+WRKSRC= ${WRKDIR}/${PORTNAME}42/src
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
BINARIES= baseml basemlg chi2 codeml evolver pamp yn00
@@ -28,7 +28,7 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${DOC_FILES}
- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME:S/.//g}/doc/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}42/doc/${f} ${DOCSDIR}
.endfor
.endif