diff options
-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 |