Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:35:15 +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: r410395 - head/sysutils/rubygem-hammer_cli_foreman_bootdisk
Message-ID:  <201603060635.u266ZFt0058607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  6 06:35:15 2016
New Revision: 410395
URL: https://svnweb.freebsd.org/changeset/ports/410395

Log:
  - Update LICENSE
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  - Fix indent

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 Mar  6 06:35:10 2016	(r410394)
+++ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile	Sun Mar  6 06:35:15 2016	(r410395)
@@ -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>



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