aboutsummaryrefslogtreecommitdiff
path: root/biology/mummer
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/mummer
parentf5da53d279df636b600a231acd6756159f779c34 (diff)
downloadports-955d37365b6f6918a963a5ec58d42d476ad35376.tar.gz
ports-955d37365b6f6918a963a5ec58d42d476ad35376.zip
Convert biology to MDOCS and MEXAMPLES
Notes
Notes: svn path=/head/; revision=338550
Diffstat (limited to 'biology/mummer')
-rw-r--r--biology/mummer/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/biology/mummer/Makefile b/biology/mummer/Makefile
index 6879eb0929ec..210dd0c2deab 100644
--- a/biology/mummer/Makefile
+++ b/biology/mummer/Makefile
@@ -20,6 +20,9 @@ SCRIPTS= dnadiff exact-tandems mapview mummerplot nucmer \
DOCUMENTS= COPYRIGHT INSTALL LICENSE README
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
+
do-install:
.for program in ${PROGRAMS}
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${program} ${PREFIX}/bin)
@@ -29,7 +32,7 @@ do-install:
(cd ${WRKSRC} && ${INSTALL_SCRIPT} ${script} ${PREFIX}/bin)
.endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for doc in ${DOCUMENTS}
(cd ${WRKSRC} && ${INSTALL_DATA} ${doc} ${DOCSDIR})