svn commit: r367534 - head/sysutils/hwstat

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 12:26:35 UTC 2014


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


More information about the svn-ports-head mailing list