diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:46:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:46:52 +0000 |
commit | 955d37365b6f6918a963a5ec58d42d476ad35376 (patch) | |
tree | 207a8a09b4099789858b3482aafceec341e79e71 /biology/mummer | |
parent | f5da53d279df636b600a231acd6756159f779c34 (diff) |
Convert biology to MDOCS and MEXAMPLES
Notes
Notes:
svn path=/head/; revision=338550
Diffstat (limited to 'biology/mummer')
-rw-r--r-- | biology/mummer/Makefile | 5 |
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}) |