Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2017 10:29:12 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445490 - head/sysutils/powermon
Message-ID:  <201707111029.v6BATClt019883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Tue Jul 11 10:29:11 2017
New Revision: 445490
URL: https://svnweb.freebsd.org/changeset/ports/445490

Log:
  sysutils/powermon:
  
  - Remove GH_TAGNAME (it's default) [1]
  - Simplify LICENSE_FILE [1]
  
  Reported by:	mat [1], sunpoet [2]

Modified:
  head/sysutils/powermon/Makefile

Modified: head/sysutils/powermon/Makefile
==============================================================================
--- head/sysutils/powermon/Makefile	Tue Jul 11 10:26:43 2017	(r445489)
+++ head/sysutils/powermon/Makefile	Tue Jul 11 10:29:11 2017	(r445490)
@@ -9,14 +9,13 @@ MAINTAINER=	yamagi@yamagi.org
 COMMENT=	Displays the CPUs current power consumption
 
 LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=		amd64
 ONLY_FOR_ARCHS_REASON=	specific to recent x86 processors
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yamagi
-GH_TAGNAME=	${DISTVERSIONPREFIX}${PORTVERSION}
 
 USES=		gmake
 



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