diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-07-26 21:42:02 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-07-26 21:42:02 +0800 |
commit | 7411a90e38cf35774adcc9ac9e4f612299bd7054 (patch) | |
tree | 05b8bf87c83af0218e02e1346ffae6396b37ef61 | |
parent | 9267a3cdfb9f78840c301c9a69648a4b58582699 (diff) | |
download | freebsd-ports-gnome-7411a90e38cf35774adcc9ac9e4f612299bd7054.tar.gz freebsd-ports-gnome-7411a90e38cf35774adcc9ac9e4f612299bd7054.tar.zst freebsd-ports-gnome-7411a90e38cf35774adcc9ac9e4f612299bd7054.zip |
Update MASTER_SITES
PR: 41004
Submitted by: Adam Weinberger <adamw@vectors.cx>
-rw-r--r-- | sysutils/grub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 230297400a50..b597acd78b47 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -8,7 +8,7 @@ PORTNAME= grub PORTVERSION= 0.92 CATEGORIES= sysutils -MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ +MASTER_SITES= http://www.gnu.org/software/grub/ MAINTAINER= jedgar@FreeBSD.org |