Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2017 18:32:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453758 - head/comms/tio
Message-ID:  <201711081832.vA8IWwjj010266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711081832.vA8IWwjj010266>