diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:35:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:35:15 +0000 |
commit | 5222cf1c0a367e8ae49088bb663ae3041aa7a559 (patch) | |
tree | 82f605714c8f5672d8a2ddce94989f8510b93b2f /sysutils/rubygem-hammer_cli_foreman_bootdisk | |
parent | d60cc47cec795447a08e63ea5b8ae71c0011547c (diff) |
Notes
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman_bootdisk')
-rw-r--r-- | sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile b/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile index b6a75816a32d..fc5b3e508422 100644 --- a/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile @@ -9,21 +9,18 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Foreman bootdisk commands for Hammer CLI -LICENSE= GPLv3 +LICENSE= GPLv3+ RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.pre.mk> - post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d - ${INSTALL_DATA} ${WRKSRC}/config/foreman_bootdisk.yml \ - ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d + ${INSTALL_DATA} ${WRKSRC}/config/foreman_bootdisk.yml \ + ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample -.include <bsd.port.post.mk> +.include <bsd.port.mk> |