aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-62
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-09-03 15:25:50 +0800
committermarcel <marcel@FreeBSD.org>1999-09-03 15:25:50 +0800
commit82ee05c860209fc64b6bf6c556fc853fbc9599d7 (patch)
tree7010c947e12433ad8b8cd5289410f0b0c5d62fed /emulators/linux_base-62
parent9099bcafab080cc7444c7b61fefa84a6e32d8cfe (diff)
downloadfreebsd-ports-graphics-82ee05c860209fc64b6bf6c556fc853fbc9599d7.tar.gz
freebsd-ports-graphics-82ee05c860209fc64b6bf6c556fc853fbc9599d7.tar.zst
freebsd-ports-graphics-82ee05c860209fc64b6bf6c556fc853fbc9599d7.zip
Make sure an install can be restarted after a failure. While I'm here, update
DESCR and COMMENT so that they both contain the proper name of the port and do not contain the word `emulation'.
Diffstat (limited to 'emulators/linux_base-62')
-rw-r--r--emulators/linux_base-62/Makefile1
-rw-r--r--emulators/linux_base-62/pkg-comment2
-rw-r--r--emulators/linux_base-62/pkg-descr4
3 files changed, 4 insertions, 3 deletions
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile
index 690f003abbc..169f41387bc 100644
--- a/emulators/linux_base-62/Makefile
+++ b/emulators/linux_base-62/Makefile
@@ -127,6 +127,7 @@ do-install:
@${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
+ @${RM} -f ${PREFIX}/compat/linux
@${LN} -s / ${PREFIX}/compat/linux
.endif
#
diff --git a/emulators/linux_base-62/pkg-comment b/emulators/linux_base-62/pkg-comment
index 85760c366c2..19a3f47dee1 100644
--- a/emulators/linux_base-62/pkg-comment
+++ b/emulators/linux_base-62/pkg-comment
@@ -1 +1 @@
-The base set of packages needed for linux emulation
+The base set of packages needed in Linux mode
diff --git a/emulators/linux_base-62/pkg-descr b/emulators/linux_base-62/pkg-descr
index 8c3fa315be2..75d73323be0 100644
--- a/emulators/linux_base-62/pkg-descr
+++ b/emulators/linux_base-62/pkg-descr
@@ -1,6 +1,6 @@
-The linux-base port contains a selection of the packages from a minimal
+The linux_base port contains a selection of the packages from a minimal
Red Hat Linux installation. These packages, in conjunction with the linux
-module, form the basis of the linux emulation.
+module, form the basis of the linux compatibility environment.
- Marcel
marcel@FreeBSD.org