diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-01-23 18:38:04 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-01-23 18:38:04 +0000 |
commit | 19ed7266b007ab4835f8d6638d93e3ff1f4f2484 (patch) | |
tree | 45d81c7d7c9595fcac461e8856bd85c65e1c18fb | |
parent | 999529fb922b10461fdf59b061714c5e556b4ac3 (diff) |
unbreak fetch (revert master site change, it is a local change)
Notes
Notes:
svn path=/head/; revision=154255
-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} \ |