diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-25 13:02:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-25 13:02:27 +0000 |
commit | 3783250aeb08d64600c26a4eb962fe076c7fb693 (patch) | |
tree | 17b41a4303d4fd8651ca5fc28db63e7477db993e /shells/bash-completion | |
parent | Update to 1.10.99.3 (diff) |
- Fix LICENSE
- Cosmetic fixes
Notes
Notes:
svn path=/head/; revision=434800
Diffstat (limited to 'shells/bash-completion')
-rw-r--r-- | shells/bash-completion/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 7a407814bfeb..f5e6958acd0d 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -9,7 +9,7 @@ CATEGORIES= shells MAINTAINER= ports@FreeBSD.org COMMENT= Programmable completion library for Bash -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes NO_ARCH= yes SUB_FILES= pkg-message -SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh +SUB_LIST= RUNFILE=${DATADIR}/bash_completion.sh OPTIONS_DEFINE= CMAKE_MODULES DOCS OPTIONS_DEFAULT=CMAKE_MODULES @@ -48,7 +48,7 @@ post-configure: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in CHANGES README.md doc/bash_completion.txt doc/bashrc doc/inputrc - ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR} .endfor .include <bsd.port.mk> |