diff options
author | krion <krion@FreeBSD.org> | 2004-01-25 21:59:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-25 21:59:37 +0800 |
commit | ec44a508425e48f36778ab70dccb90946d241eda (patch) | |
tree | 5e2a2560c419a6b9cf0a41db1eb2030ac4d73056 | |
parent | 7c58a7843e81f3406ab3e0c26b13cc082a2d9c65 (diff) | |
download | freebsd-ports-gnome-ec44a508425e48f36778ab70dccb90946d241eda.tar.gz freebsd-ports-gnome-ec44a508425e48f36778ab70dccb90946d241eda.tar.zst freebsd-ports-gnome-ec44a508425e48f36778ab70dccb90946d241eda.zip |
- Fix MASTER_SITES
PR: ports/61881
Submitted by: maintainer
-rw-r--r-- | sysutils/ataidle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index 2c3d9bf906f5..ca4e017c751e 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -8,7 +8,7 @@ PORTNAME= ataidle PORTVERSION= 0.3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.brucec.homeunix.org/pub/users/brucec/ +MASTER_SITES= http://www.cran.org.uk/bruce/software/ MAINTAINER= bruce@cran.org.uk COMMENT= Utility to set spindown timeout for ATA drives |