Date: Tue, 11 Jul 2017 12:29:38 +0200 From: Lars Engels <lars.engels@0x20.net> To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>, mat@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: <20170711102937.GN38753@e-new.0x20.net> In-Reply-To: <CAMHz58TGwq3zR9D=tj27n2UmpsjstSHfR3SH93K3RpSO-p4W2A@mail.gmail.com> References: <201707082224.v68MOXJu034417@repo.freebsd.org> <CAMHz58TGwq3zR9D=tj27n2UmpsjstSHfR3SH93K3RpSO-p4W2A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 11, 2017 at 04:02:45PM +0800, Sunpoet Po-Chuan Hsieh wrote: > 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 Sunpoet and Mat, thanks for your comments. I committed an updated Makefile with your suggestions. Lars
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170711102937.GN38753>