diff options
author | netchild <netchild@FreeBSD.org> | 2006-01-24 02:38:04 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-01-24 02:38:04 +0800 |
commit | 14dffb48c656dd1fe375ebcedfbeb52dd822b076 (patch) | |
tree | f147aa63920db1926a200571c4e2c0ea053a23e2 | |
parent | 053c8645b8c6c7277c6c517f4e125e026e439f2d (diff) | |
download | freebsd-ports-gnome-14dffb48c656dd1fe375ebcedfbeb52dd822b076.tar.gz freebsd-ports-gnome-14dffb48c656dd1fe375ebcedfbeb52dd822b076.tar.zst freebsd-ports-gnome-14dffb48c656dd1fe375ebcedfbeb52dd822b076.zip |
unbreak fetch (revert master site change, it is a local change)
-rw-r--r-- | emulators/linux_base-8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index db7371859961..8a5ea1c80839 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -10,7 +10,7 @@ PORTNAME= linux_base-8 PORTVERSION= 8.0 PORTREVISION= 11 CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \ +MASTER_SITES= http://download.fedoralegacy.org/redhat/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/ximian/mono/redhat-80-i386/:ft MASTER_SITE_SUBDIR= ${PORTVERSION}/os/${ARCH} \ ${PORTVERSION}/updates/${ARCH} \ |