svn commit: r445346 - in head/sysutils: . powermon

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Tue Jul 11 08:03:27 UTC 2017


On Sun, Jul 9, 2017 at 6:24 AM, Lars Engels <lme at freebsd.org> wrote:
>
> Added: head/sysutils/powermon/Makefile
> ============================================================
> ==================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/sysutils/powermon/Makefile     Sat Jul  8 22:24:33 2017
> (r445346)
> @@ -0,0 +1,28 @@
> +# $FreeBSD$
> +
> +PORTNAME=      powermon
> +PORTVERSION=   1.0.0
> +DISTVERSIONPREFIX=     v
> +CATEGORIES=    sysutils
> +
> +MAINTAINER=    yamagi at yamagi.org
> +COMMENT=       Displays the CPUs current power consumption
> +
> +LICENSE=       BSD2CLAUSE
> +LICENSE_FILE=   ${WRKDIR}/${PORTNAME}-${PORTVERSION}/LICENSE
>

There is a space before ${WRKDIR}.
And you could simply replace it with LICENSE_FILE=${WRKSRC}/LICENSE

Regards,
sunpoet


More information about the svn-ports-all mailing list