diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-03 07:59:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-03 07:59:20 +0000 |
commit | ff0cc5ad11235efad5a55d9a65621df767cfefa1 (patch) | |
tree | a5423934d7a5581a0930a824e32e0c3f9f076199 | |
parent | - Update to 1.36 (diff) |
- Add LICENSE_FILE
Approved by: portmgr (blanket)
-rw-r--r-- | shells/bash-completion/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index d08e7cd0c754..e27fa8a3431b 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -10,6 +10,7 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= Programmable completion library for Bash LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash |