diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-07 02:08:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-07 02:08:16 +0000 |
commit | 5137c5c40b662b72c3b0d2d77564a0818f76f833 (patch) | |
tree | 99e463dc9f6d307f7d1908190b2cfeb223396542 /ports-mgmt | |
parent | - update to 1.0.5 (diff) |
We actually agreed to test the fc4 Linux port, not fc3. The run has been
restarted.
Notes
Notes:
svn path=/head/; revision=164663
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 2 |
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 |