aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-f9/Makefile
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-06-13 01:31:38 +0800
committerbsam <bsam@FreeBSD.org>2009-06-13 01:31:38 +0800
commit07d7c7cfd6c30cb62bc07ae8e1ba25d23fc157c8 (patch)
tree3f90e17c72b230ce248c0d2f68c989ccc1c66080 /emulators/linux_base-f9/Makefile
parente6c68730c2b81c93f507e6cf8b8deefcdaaf5e60 (diff)
downloadfreebsd-ports-gnome-07d7c7cfd6c30cb62bc07ae8e1ba25d23fc157c8.tar.gz
freebsd-ports-gnome-07d7c7cfd6c30cb62bc07ae8e1ba25d23fc157c8.tar.zst
freebsd-ports-gnome-07d7c7cfd6c30cb62bc07ae8e1ba25d23fc157c8.zip
Fix LATEST_LINK for ports (amd64 case):
. emulators/linux_base-fc6; . emulators/linux_base-f7; . emulators/linux_base-f8; . emulators/linux_base-f9; . emulators/linux_base-f10. Reported by: erwin Suggested by: erwin
Diffstat (limited to 'emulators/linux_base-f9/Makefile')
-rw-r--r--emulators/linux_base-f9/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile
index fa6ed5ceadd2..9b04e94353b2 100644
--- a/emulators/linux_base-f9/Makefile
+++ b/emulators/linux_base-f9/Makefile
@@ -152,7 +152,7 @@ FALLBACK_ELF_MIB= kern.fallback_elf_brand
.endif
.if (${ARCH} == "amd64")
-LATEST_LINK:= ${LATEST_LINK:C/linux/linux32/}
+LATEST_LINK:= ${PKGBASE:C/linux/linux32/}
ARCH= i386
.endif