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

Lars Engels lars.engels at 0x20.net
Tue Jul 11 10:29:41 UTC 2017


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

Sunpoet and Mat,

thanks for your comments. I committed an updated Makefile with your
suggestions.

Lars


More information about the svn-ports-all mailing list