aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-07 10:08:16 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-07 10:08:16 +0800
commitaedee8f68709e8b46e4af52f9dac97ad83f432bd (patch)
tree64912e1b7deca31c4a88a63fa237a3f29cbc4984 /ports-mgmt
parent8a3342c4cbc34a3d10be9de919723017fedf7f86 (diff)
downloadfreebsd-ports-gnome-aedee8f68709e8b46e4af52f9dac97ad83f432bd.tar.gz
freebsd-ports-gnome-aedee8f68709e8b46e4af52f9dac97ad83f432bd.tar.zst
freebsd-ports-gnome-aedee8f68709e8b46e4af52f9dac97ad83f432bd.zip
We actually agreed to test the fc4 Linux port, not fc3. The run has been
restarted.
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 3472f150779f..20cd1338213d 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1733,7 +1733,7 @@ LINUX_BASE_PORT= ${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINU
LINUX_BASE_PORT= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base
. else
. if ${USE_LINUX:L} == "yes"
-LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-fc3
+LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-fc4
. else
IGNORE= There is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT.
. endif