svn commit: r440379 - head/sysutils/rubygem-hammer_cli_foreman_bootdisk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 7 21:27:10 UTC 2017


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 \


More information about the svn-ports-all mailing list