diff options
author | jeh <jeh@FreeBSD.org> | 2004-02-22 07:47:07 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-02-22 07:47:07 +0800 |
commit | 337efa37f5d910be119e48c1c9f8c167146805b6 (patch) | |
tree | 6fdad0d84ff44a2382c2cdec15615d705eedf483 | |
parent | 4e0e230023b96ded9e8d3baea77f4450576c066d (diff) | |
download | freebsd-ports-gnome-337efa37f5d910be119e48c1c9f8c167146805b6.tar.gz freebsd-ports-gnome-337efa37f5d910be119e48c1c9f8c167146805b6.tar.zst freebsd-ports-gnome-337efa37f5d910be119e48c1c9f8c167146805b6.zip |
Add a second dist. site.
-rw-r--r-- | sysutils/healthd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index e3fd0ec28a3f..010698170fbd 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -9,7 +9,8 @@ PORTNAME= healthd PORTVERSION= 0.7.6 PORTREVISION= 0 CATEGORIES= sysutils ipv6 -MASTER_SITES= http://healthd.thehousleys.net/ +MASTER_SITES= http://healthd.thehousleys.net/ \ + http://www.pr-comm.com/healthd/ MAINTAINER= jeh@FreeBSD.org COMMENT= A daemon to monitor vital motherboard parameters |