Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 12:26:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367534 - head/sysutils/hwstat
Message-ID:  <201409071226.s87CQZhI056324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep  7 12:26:35 2014
New Revision: 367534
URL: http://svnweb.freebsd.org/changeset/ports/367534
QAT: https://qat.redports.org/buildarchive/r367534/

Log:
  - Allow staging as a regular user
  - Clarify license

Modified:
  head/sysutils/hwstat/Makefile

Modified: head/sysutils/hwstat/Makefile
==============================================================================
--- head/sysutils/hwstat/Makefile	Sun Sep  7 12:23:50 2014	(r367533)
+++ head/sysutils/hwstat/Makefile	Sun Sep  7 12:26:35 2014	(r367534)
@@ -9,8 +9,10 @@ MASTER_SITES=	http://pub.rhaamo.li/Archi
 MAINTAINER=	rhaamo@gruik.at
 COMMENT=	Command line tool to display CPU temp and battery infos
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		uidfix
 MAKE_ARGS+=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
 PLIST_FILES=	bin/hwstat man/man1/hwstat.1.gz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071226.s87CQZhI056324>