diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:26:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:26:35 +0000 |
commit | d8a16c412a361468270d1289ed51611778b0cff1 (patch) | |
tree | 0a9568fbe7a3ba3fa2a624d19e42624ac0a51f70 | |
parent | 35893d980bfd8a75cdddaf5626932cd2049c2c35 (diff) |
Notes
-rw-r--r-- | sysutils/hwstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile index 69cb0feafac0..62684fb7eea0 100644 --- a/sysutils/hwstat/Makefile +++ b/sysutils/hwstat/Makefile @@ -9,8 +9,10 @@ MASTER_SITES= http://pub.rhaamo.li/Archives/hwstat/ 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 |