diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-21 02:17:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-21 02:17:30 +0800 |
commit | f27069b654e670c7cd443202487687dd37ffc29c (patch) | |
tree | 286dca3b4484956cc97e39ab25b12f7a4dc19d4c /emulators | |
parent | fb54cdfa555f3465bc0fcb6f29d4c65a0143728a (diff) | |
download | freebsd-ports-graphics-f27069b654e670c7cd443202487687dd37ffc29c.tar.gz freebsd-ports-graphics-f27069b654e670c7cd443202487687dd37ffc29c.tar.zst freebsd-ports-graphics-f27069b654e670c7cd443202487687dd37ffc29c.zip |
Fix make fetch for x86.
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 dc4fe101903..79cecb97bff 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 dc4fe101903..79cecb97bff 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 |