diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-13 11:12:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-13 11:12:39 +0000 |
commit | ccc41263645becd6eef7e60f89156041706b00ca (patch) | |
tree | acc3ddf7c75dc805e9c36ea49c515970a9e2d5c9 /sysutils | |
parent | 298ed53dd25ac3e733af4da59764b44ce1f1b33d (diff) | |
download | ports-ccc41263645becd6eef7e60f89156041706b00ca.tar.gz ports-ccc41263645becd6eef7e60f89156041706b00ca.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hwstat/Makefile | 4 | ||||
-rw-r--r-- | sysutils/hwstat/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile index ba808c694997..ef407b86178e 100644 --- a/sysutils/hwstat/Makefile +++ b/sysutils/hwstat/Makefile @@ -8,11 +8,13 @@ PORTNAME= hwstat PORTVERSION= 0.5.1 CATEGORIES= sysutils -MASTER_SITES= http://rhaamo.li/hwstat/ +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 + PLIST_FILES= bin/hwstat MAN1= hwstat.1 diff --git a/sysutils/hwstat/pkg-descr b/sysutils/hwstat/pkg-descr index 51ec25aebf24..2410d45748b8 100644 --- a/sysutils/hwstat/pkg-descr +++ b/sysutils/hwstat/pkg-descr @@ -1,3 +1,3 @@ FreeBSD only command line tool to display CPU temp and battery infos. -WWW: http://rhaamo.li/hwstat/ +WWW: http://pub.rhaamo.li/Archives/hwstat/ |