diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-08 18:32:58 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-08 18:32:58 +0000 |
commit | 6128783e79ae618053c99af22f3ad64a41390408 (patch) | |
tree | f32149e52013d14ad8913a62952e6a4a7f5b4276 /comms/tio | |
parent | f1036fcf0751441f1174ccf29552622099987bf1 (diff) |
Notes
Diffstat (limited to 'comms/tio')
-rw-r--r-- | comms/tio/Makefile | 7 | ||||
-rw-r--r-- | comms/tio/pkg-plist | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/comms/tio/Makefile b/comms/tio/Makefile index e7d8cee6a829..61ae048ae22d 100644 --- a/comms/tio/Makefile +++ b/comms/tio/Makefile @@ -15,17 +15,12 @@ USES= autoreconf GNU_CONFIGURE= yes USE_GITHUB= yes -OPTIONS_DEFINE= BASH +OPTIONS_DEFINE= BASH DOCS OPTIONS_DEFAULT= BASH OPTIONS_SUB= yes BASH_CONFIGURE_WITH= bash-completion-dir -PLIST_FILES= bin/tio \ - man/man1/tio.1.gz \ - %%BASH%%share/bash-completion/completions/tio \ - %%PORTDOCS%%%%DOCSDIR%%/README \ - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/comms/tio/pkg-plist b/comms/tio/pkg-plist new file mode 100644 index 000000000000..c509a5b8b53b --- /dev/null +++ b/comms/tio/pkg-plist @@ -0,0 +1,4 @@ +bin/tio +man/man1/tio.1.gz +%%BASH%%share/bash-completion/completions/tio +%%PORTDOCS%%%%DOCSDIR%%/README |