diff options
author | krion <krion@FreeBSD.org> | 2005-10-11 20:53:44 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-10-11 20:53:44 +0800 |
commit | d86d267e761255de2cb58d719e07df544c445531 (patch) | |
tree | c2a9cf94edc086f8ded08430f1b1ccf2dc076bbd /misc | |
parent | eef7a935b2378d19a98231093890cc062ba90cda (diff) | |
download | freebsd-ports-gnome-d86d267e761255de2cb58d719e07df544c445531.tar.gz freebsd-ports-gnome-d86d267e761255de2cb58d719e07df544c445531.tar.zst freebsd-ports-gnome-d86d267e761255de2cb58d719e07df544c445531.zip |
Fix MASTER_SITES.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 5b2d9153c166..9dccb9ff94ac 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -9,7 +9,7 @@ PORTNAME= nut PORTVERSION= 11.0 CATEGORIES= misc MASTER_SITES= http://www.lafn.org/~av832/ \ - http://voodoo.oberon.net/download/ + http://voodoo.bawue.com/download/ PKGNAMEPREFIX= health- MAINTAINER= ports@FreeBSD.org |