Date: Tue, 11 Jul 2017 16:02:45 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Lars Engels <lme@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r445346 - in head/sysutils: . powermon Message-ID: <CAMHz58TGwq3zR9D=tj27n2UmpsjstSHfR3SH93K3RpSO-p4W2A@mail.gmail.com> In-Reply-To: <201707082224.v68MOXJu034417@repo.freebsd.org> References: <201707082224.v68MOXJu034417@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 9, 2017 at 6:24 AM, Lars Engels <lme@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TGwq3zR9D=tj27n2UmpsjstSHfR3SH93K3RpSO-p4W2A>