diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 20:26:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 20:26:35 +0800 |
commit | 82bdeff7418c2479d02e71c48ba1a67728f3734f (patch) | |
tree | 0a9568fbe7a3ba3fa2a624d19e42624ac0a51f70 | |
parent | ef8b45f10153666b90a56b2c7e6b7b11605c4781 (diff) | |
download | freebsd-ports-gnome-82bdeff7418c2479d02e71c48ba1a67728f3734f.tar.gz freebsd-ports-gnome-82bdeff7418c2479d02e71c48ba1a67728f3734f.tar.zst freebsd-ports-gnome-82bdeff7418c2479d02e71c48ba1a67728f3734f.zip |
- Allow staging as a regular user
- Clarify license
-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 |