diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-10 21:54:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-10 21:54:26 +0800 |
commit | 591689f7f7301da41e08d95976e1318322254d75 (patch) | |
tree | 3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /biology | |
parent | 241bc346167b5bfc4beac8d3b3044454cf6b0f87 (diff) | |
download | freebsd-ports-gnome-591689f7f7301da41e08d95976e1318322254d75.tar.gz freebsd-ports-gnome-591689f7f7301da41e08d95976e1318322254d75.tar.zst freebsd-ports-gnome-591689f7f7301da41e08d95976e1318322254d75.zip |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/biojava/Makefile | 2 | ||||
-rw-r--r-- | biology/consed/Makefile | 2 | ||||
-rw-r--r-- | biology/finchtv/Makefile | 2 | ||||
-rw-r--r-- | biology/genpak/Makefile | 2 | ||||
-rw-r--r-- | biology/mummer/Makefile | 2 | ||||
-rw-r--r-- | biology/njplot/Makefile | 2 | ||||
-rw-r--r-- | biology/p5-bioperl-run/Makefile | 2 | ||||
-rw-r--r-- | biology/p5-bioperl/Makefile | 2 | ||||
-rw-r--r-- | biology/paml/Makefile | 2 | ||||
-rw-r--r-- | biology/velvet/Makefile | 2 |
10 files changed, 20 insertions, 0 deletions
diff --git a/biology/biojava/Makefile b/biology/biojava/Makefile index 8dbc541f2a58..33dd6f0de728 100644 --- a/biology/biojava/Makefile +++ b/biology/biojava/Makefile @@ -26,6 +26,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_STAGE= yes +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if !defined(WITHOUT_TESTS) diff --git a/biology/consed/Makefile b/biology/consed/Makefile index 7176663aa5a3..c4b66e4ab21f 100644 --- a/biology/consed/Makefile +++ b/biology/consed/Makefile @@ -55,6 +55,8 @@ PORTDOCS= README.txt NO_STAGE= yes +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/biology/finchtv/Makefile b/biology/finchtv/Makefile index 8baa30643700..b1cfb5ed5e55 100644 --- a/biology/finchtv/Makefile +++ b/biology/finchtv/Makefile @@ -20,6 +20,8 @@ STRIP= NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/biology/genpak/Makefile b/biology/genpak/Makefile index 3a2f166699c0..9330372a5160 100644 --- a/biology/genpak/Makefile +++ b/biology/genpak/Makefile @@ -23,6 +23,8 @@ MAN1= Genpak.1 gp_acc.1 gp_adjust.1 gp_cdndev.1 gp_cusage.1 gp_digest.1 \ NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} INSTALL_TARGET= install docs diff --git a/biology/mummer/Makefile b/biology/mummer/Makefile index 210dd0c2deab..a630c131d6e8 100644 --- a/biology/mummer/Makefile +++ b/biology/mummer/Makefile @@ -21,6 +21,8 @@ DOCUMENTS= COPYRIGHT INSTALL LICENSE README NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/biology/njplot/Makefile b/biology/njplot/Makefile index 5bd019723a73..0f25a7c61acf 100644 --- a/biology/njplot/Makefile +++ b/biology/njplot/Makefile @@ -31,6 +31,8 @@ PORTDOCS= njplot.help njplot.html njplot.gif MAN1= njplot.1 unrooted.1 NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .ifdef (WITHOUT_X11) diff --git a/biology/p5-bioperl-run/Makefile b/biology/p5-bioperl-run/Makefile index 0bdebb18cd5a..fd24bf7cc198 100644 --- a/biology/p5-bioperl-run/Makefile +++ b/biology/p5-bioperl-run/Makefile @@ -130,6 +130,8 @@ MAN3= Bio::Tools::Run::Phylo::Phylip::DrawGram.3 \ # now install all extra stuff (docs, examples, scripts) NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index fe7cd4ca83b5..76e773513695 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -985,6 +985,8 @@ MAN3= Bio::Align::AlignI.3 \ # now install all extra stuff (docs, examples, scripts, models) NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/biology/paml/Makefile b/biology/paml/Makefile index 354246c42fe5..c719bcc28b8d 100644 --- a/biology/paml/Makefile +++ b/biology/paml/Makefile @@ -19,6 +19,8 @@ DOC_FILES= MCMCtreeDoc.pdf pamlDOC.pdf pamlFAQs.pdf pamlHistory.txt NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/biology/velvet/Makefile b/biology/velvet/Makefile index 6f8929b208fc..9b00cae29bc5 100644 --- a/biology/velvet/Makefile +++ b/biology/velvet/Makefile @@ -60,6 +60,8 @@ PORTDOCS= ChangeLog Manual.pdf Columbus_manual.pdf NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |