diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-07 21:27:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-07 21:27:04 +0000 |
commit | 064fdcccdca8f037f7a2f39aeb5abf408ea6f08a (patch) | |
tree | 1f08c2ff916fb92ecca24892109623f3029da344 /sysutils/rubygem-hammer_cli_foreman/Makefile | |
parent | 1c83bb185d56ccb50a9f85d895f785d32775e75b (diff) | |
download | ports-064fdcccdca8f037f7a2f39aeb5abf408ea6f08a.tar.gz ports-064fdcccdca8f037f7a2f39aeb5abf408ea6f08a.zip |
Update to 0.10.2
- Use PLIST_FILES instead of PLIST
Changes: https://github.com/theforeman/hammer-cli-foreman/releases
Notes
Notes:
svn path=/head/; revision=440378
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman/Makefile')
-rw-r--r-- | sysutils/rubygem-hammer_cli_foreman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile index a5fdb10ff818..315f1bc3db4a 100644 --- a/sysutils/rubygem-hammer_cli_foreman/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hammer_cli_foreman -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -19,6 +19,8 @@ NO_ARCH= yes USE_RUBY= yes USES= gem +PLIST_FILES= "@sample etc/hammer/cli.modules.d/foreman.yml.sample" + post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d ${INSTALL_DATA} ${WRKSRC}/config/foreman.yml \ |