diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
commit | 9cd1db4fef933674a3b75d6ca4262e0ffe647637 (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /shells | |
parent | 037277c495c4a69f56029e71eecf6838910561c8 (diff) | |
download | freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.tar.gz freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.tar.zst freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.zip |
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 |