svn commit: r453758 - head/comms/tio
Yuri Victorovich
yuri at FreeBSD.org
Wed Nov 8 18:33:00 UTC 2017
Author: yuri
Date: Wed Nov 8 18:32:58 2017
New Revision: 453758
URL: https://svnweb.freebsd.org/changeset/ports/453758
Log:
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
Added:
head/comms/tio/pkg-plist
- copied unchanged from r453719, head/comms/tio/pkg-plist
Modified:
head/comms/tio/Makefile
Modified: head/comms/tio/Makefile
==============================================================================
--- head/comms/tio/Makefile Wed Nov 8 17:55:18 2017 (r453757)
+++ head/comms/tio/Makefile Wed Nov 8 18:32:58 2017 (r453758)
@@ -15,16 +15,11 @@ 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}
Copied: head/comms/tio/pkg-plist (from r453719, head/comms/tio/pkg-plist)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/tio/pkg-plist Wed Nov 8 18:32:58 2017 (r453758, copy of r453719, head/comms/tio/pkg-plist)
@@ -0,0 +1,4 @@
+bin/tio
+man/man1/tio.1.gz
+%%BASH%%share/bash-completion/completions/tio
+%%PORTDOCS%%%%DOCSDIR%%/README
More information about the svn-ports-all
mailing list