Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2017 21:27:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440379 - head/sysutils/rubygem-hammer_cli_foreman_bootdisk
Message-ID:  <201705072127.v47LR9kA052528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May  7 21:27:08 2017
New Revision: 440379
URL: https://svnweb.freebsd.org/changeset/ports/440379

Log:
  Use PLIST_FILES instead of PLIST

Deleted:
  head/sysutils/rubygem-hammer_cli_foreman_bootdisk/pkg-plist
Modified:
  head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile

Modified: head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile	Sun May  7 21:27:04 2017	(r440378)
+++ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile	Sun May  7 21:27:08 2017	(r440379)
@@ -17,6 +17,8 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
+PLIST_FILES=	"@sample etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample"
+
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
 	${INSTALL_DATA} ${WRKSRC}/config/foreman_bootdisk.yml \



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