Created attachment 157103 [details] Completion patch New ZSH and BASH options to activate completions.
Created attachment 157104 [details] poudriere testport run with all options enabled
Created attachment 157105 [details] Silence warnings when options are disabled
Created attachment 157106 [details] poudriere testport run with all options disabled (default)
.if ${PORT_OPTIONS:MBASH} and .if ${PORT_OPTIONS:MZSH} can be made into OPTIONS helpers: BASH_PLIST_FILES and ZSH_PLIST_FILES respectively.
Assign to reporter. Approved to commit with the options helper change outlined in comment 4
A commit references this bug: Author: olgeni Date: Tue May 26 13:56:06 UTC 2015 New revision: 387477 URL: https://svnweb.freebsd.org/changeset/ports/387477 Log: Add options for installing bash and zsh completions. PR: 200430 Submitted by: olgeni Approved by: maintainer Changes: head/devel/rebar/Makefile
Committed - thanks!