From owner-svn-ports-head@freebsd.org Tue Jul 11 10:29:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEF2DD9B4BC; Tue, 11 Jul 2017 10:29:41 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (unknown [IPv6:2001:aa8:fffb:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 879D36E48A; Tue, 11 Jul 2017 10:29:41 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 9406D6E0082; Tue, 11 Jul 2017 12:29:38 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id v6BATciK010392; Tue, 11 Jul 2017 12:29:38 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id v6BATcDV010146; Tue, 11 Jul 2017 12:29:38 +0200 (CEST) (envelope-from lars) Date: Tue, 11 Jul 2017 12:29:38 +0200 From: Lars Engels To: Sunpoet Po-Chuan Hsieh , 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> References: <201707082224.v68MOXJu034417@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Editor: VIM - Vi IMproved 7.4 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 10:29:41 -0000 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 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