diff options
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 |