aboutsummaryrefslogtreecommitdiff
path: root/biology/paml
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 15:46:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 15:46:52 +0000
commit955d37365b6f6918a963a5ec58d42d476ad35376 (patch)
tree207a8a09b4099789858b3482aafceec341e79e71 /biology/paml
parentf5da53d279df636b600a231acd6756159f779c34 (diff)
downloadports-955d37365b6f6918a963a5ec58d42d476ad35376.tar.gz
ports-955d37365b6f6918a963a5ec58d42d476ad35376.zip
Notes
Diffstat (limited to 'biology/paml')
-rw-r--r--biology/paml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/biology/paml/Makefile b/biology/paml/Makefile
index 5f982ec42193..354246c42fe5 100644
--- a/biology/paml/Makefile
+++ b/biology/paml/Makefile
@@ -18,11 +18,14 @@ BINARIES= baseml basemlg chi2 codeml evolver pamp yn00
DOC_FILES= MCMCtreeDoc.pdf pamlDOC.pdf pamlFAQs.pdf pamlHistory.txt
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
+
do-install:
.for f in ${BINARIES}
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for f in ${DOC_FILES}
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}44/doc/${f} ${DOCSDIR}