diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
commit | e1bfdfbe5665c963621e06f6bbfbbc2c000a804e (patch) | |
tree | eaf052562fa1ad9b232918eb5e617ac1df0dd725 /biology | |
parent | After an include, PLIST_SUB must be appended to, not overwritten. (diff) |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes
Notes:
svn path=/head/; revision=479406
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bowtie/Makefile | 2 | ||||
-rw-r--r-- | biology/phrap/Makefile | 2 | ||||
-rw-r--r-- | biology/phred/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/biology/bowtie/Makefile b/biology/bowtie/Makefile index 1dfb08ce0054..8d486190a122 100644 --- a/biology/bowtie/Makefile +++ b/biology/bowtie/Makefile @@ -24,6 +24,8 @@ SHEBANG_FILES= scripts/*.pl bowtie bowtie-build \ USE_GITHUB= yes GH_ACCOUNT= BenLangmead +OPTIONS_DEFINE= DOCS + post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/scripts ${INSTALL_SCRIPT} \ diff --git a/biology/phrap/Makefile b/biology/phrap/Makefile index de2be50a3c56..1979489f2f9e 100644 --- a/biology/phrap/Makefile +++ b/biology/phrap/Makefile @@ -26,6 +26,8 @@ SCRIPTS= phrapview PORTDATA= BLOSUM50 BLOSUM62 PAM250 mat50 mat70 mb_matrix penalty2 vector.seq PORTDOCS= general.doc phrap.doc swat.doc +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .for f in ${DISTFILES} diff --git a/biology/phred/Makefile b/biology/phred/Makefile index 06f673b57574..a272cca4f3be 100644 --- a/biology/phred/Makefile +++ b/biology/phred/Makefile @@ -29,6 +29,8 @@ DATAFILES= phredpar.dat PORTDOCS= NEWS PHRED.DOC DAEV.DOC +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .for f in ${DISTFILES} |