From 6128783e79ae618053c99af22f3ad64a41390408 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 8 Nov 2017 18:32:58 +0000 Subject: comms/tio: Moved plist back from Makefile to pkg-plist, added the DOCS option. Approved by: mat (requested changes in D12987) Differential Revision: https://reviews.freebsd.org/D12987 --- comms/tio/Makefile | 7 +------ comms/tio/pkg-plist | 4 ++++ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 comms/tio/pkg-plist (limited to 'comms/tio') 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 -- cgit v1.2.3