diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-25 13:59:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-25 13:59:37 +0000 |
commit | d10b04c8ebd8e47c4f49e99e4b953967d8ac307e (patch) | |
tree | bf74413b1c685a303e6b2e187e97af7e3f6ed471 /sysutils | |
parent | 55854aa76d3a590032762836f2e76713b8bbf4b2 (diff) | |
download | ports-d10b04c8ebd8e47c4f49e99e4b953967d8ac307e.tar.gz ports-d10b04c8ebd8e47c4f49e99e4b953967d8ac307e.zip |
- Fix MASTER_SITES
PR: ports/61881
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=99070
Diffstat (limited to 'sysutils')
-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 |