svn commit: r445490 - head/sysutils/powermon

Lars Engels lme at FreeBSD.org
Tue Jul 11 10:29:13 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list