diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-10-02 14:20:27 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-10-02 14:20:27 +0000 |
commit | c5c29dd6ebadca3045f1ebda35ea8eea8002771f (patch) | |
tree | 198a1bdc60b68771db48a663787f63cdcf18780e /emulators | |
parent | 31082cbe0864da8fcb68924319849c98a47eb3a9 (diff) | |
download | ports-c5c29dd6ebadca3045f1ebda35ea8eea8002771f.tar.gz ports-c5c29dd6ebadca3045f1ebda35ea8eea8002771f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-8/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-8/pkg-descr | 4 |
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. |