diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-01-01 08:04:09 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-01-01 08:04:09 +0800 |
commit | 088566f0d2b7fbd115fac510939ba2d8b6d04304 (patch) | |
tree | 2dac0f45cd3375a1f6b9ea7438459a9775da310e /sysutils/hwstat | |
parent | 08fe14583c6d1237ee76d897a4add2c78467f5a6 (diff) | |
download | freebsd-ports-gnome-088566f0d2b7fbd115fac510939ba2d8b6d04304.tar.gz freebsd-ports-gnome-088566f0d2b7fbd115fac510939ba2d8b6d04304.tar.zst freebsd-ports-gnome-088566f0d2b7fbd115fac510939ba2d8b6d04304.zip |
sysutils/hwstat: Remove IPv6 only MASTER_SITE
- Remove IPv6 only MASTER_SITES mirror; main mirror supports both IPv4/IPv6
PR: 205402
Diffstat (limited to 'sysutils/hwstat')
-rw-r--r-- | sysutils/hwstat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile index 57826a772ee2..c0b652224e00 100644 --- a/sysutils/hwstat/Makefile +++ b/sysutils/hwstat/Makefile @@ -4,8 +4,7 @@ PORTNAME= hwstat PORTVERSION= 0.5.1 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/hwstat/ \ - http://bsd6.BSDforge.com/projects/source/sysutils/hwstat/ +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/hwstat/ MAINTAINER= portmaster@BSDforge.com COMMENT= Command line tool to display CPU temp and battery infos |