diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:49:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:49:33 +0000 |
commit | d7ecdbf6158f55be0c01aadf4ac7104ec8004c0d (patch) | |
tree | 9569f4a93c68ad29093476f90b85ce1f5b49ec5e /lang/jruby | |
parent | 4d962acc36b899ee41ce71373939ac8705d5449a (diff) | |
download | freebsd-ports-d7ecdbf6158f55be0c01aadf4ac7104ec8004c0d.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 42d174355ce6..cd2dd4aa980d 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -26,6 +26,8 @@ SHEBANG_FILES= rake spec spec_translator Rakefile '*.rb' PLIST_SUB+= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} JRUBY_HOME=${JRUBY_HOME:S,${PREFIX}/,,} +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.pre.mk> pre-patch: |