diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /shells | |
parent | Add DOCS option for ports with PORTDOCS in plist. (diff) |
Add DOCS option where PORTDOCS is in plist.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 079596b01411..8c866c8d7fb4 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -20,6 +20,8 @@ USES= gmake tar:bzip2 SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|FLAC|&\|flv\|FLV|;' ${WRKSRC}/bash_completion |