diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-20 18:17:30 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-20 18:17:30 +0000 |
commit | 35e7fee525f4e7205ffe3e82c995fb630fced67e (patch) | |
tree | b6882f43b0008fc74dc65839705f007197c4ae9e /emulators | |
parent | 050d68362ba9248e5319605f7c1498f6724a3da2 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile index dc4fe1019039..79cecb97bffa 100644 --- a/emulators/linux_base-gentoo-stage1/Makefile +++ b/emulators/linux_base-gentoo-stage1/Makefile @@ -35,6 +35,7 @@ MASTER_SITE_SUBDIR= experimental/alpha/stages DISTNAME= stage1-alpha-20030721 .elif (${MACHINE_ARCH} == "i386") MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages/x86 +MASTER_SITE_SUBDIR+= releases/historical/x86/${PORTVERSION}/stages/x86 DISTNAME= stage1-x86-20030910 .elif (${MACHINE_ARCH} == "ia64") MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages/x86 diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index dc4fe1019039..79cecb97bffa 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -35,6 +35,7 @@ MASTER_SITE_SUBDIR= experimental/alpha/stages DISTNAME= stage1-alpha-20030721 .elif (${MACHINE_ARCH} == "i386") MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages/x86 +MASTER_SITE_SUBDIR+= releases/historical/x86/${PORTVERSION}/stages/x86 DISTNAME= stage1-x86-20030910 .elif (${MACHINE_ARCH} == "ia64") MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages/x86 |