summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-10-02 14:20:27 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-10-02 14:20:27 +0000
commitc5c29dd6ebadca3045f1ebda35ea8eea8002771f (patch)
tree198a1bdc60b68771db48a663787f63cdcf18780e /emulators
parentUpdate to 0.32 (diff)
Change description to include amd64 instead of telling to only support x86.
Suggested by: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Notes
Notes: svn path=/head/; revision=143978
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-8/Makefile4
-rw-r--r--emulators/linux_base-8/pkg-descr4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 756cf87721e6..a38a0333ba96 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -52,7 +52,7 @@ DISTFILES= redhat-release-8.0-8.noarch.rpm \
EXTRACT_ONLY=
MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= Base set of packages needed in Linux mode (only for i386)
+COMMENT= Base set of packages needed in Linux mode (for i386/amd64)
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
@@ -97,7 +97,7 @@ FALLBACK_ELF_MIB= kern.fallback_elf_brand
LINUX_ELF= 3
PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB}
-pre-install:
+pre-su-install:
#
# Handle the loading of the linux loadable kernel module if required.
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
diff --git a/emulators/linux_base-8/pkg-descr b/emulators/linux_base-8/pkg-descr
index 3e241fba4ce1..13af3970a845 100644
--- a/emulators/linux_base-8/pkg-descr
+++ b/emulators/linux_base-8/pkg-descr
@@ -2,7 +2,7 @@ This port contains packages from a near-minimal installation of Red Hat Linux
8.0. These packages, in conjunction with the linux module, form the basis of
the Linux compatibility environment.
-This port is only available for the i386 architecture. If you use an Alpha
-computer, please install the linux_base port instead of this one.
+This port is only available for the i386/amd64 architecture. If you use an
+Alpha computer, please install the linux_base port instead of this one.
If you want to run X11 applications, install the x11/linux-XFree86-libs port.