diff options
author | marcel <marcel@FreeBSD.org> | 1999-09-03 07:52:51 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-09-03 07:52:51 +0000 |
commit | 6b8f4b25c1c525f6889c399aa804aee15a37a16f (patch) | |
tree | 3f30a7353877f230d0081ee403f3d744df51c2e6 /devel/linux_devtools-6 | |
parent | 82ee05c860209fc64b6bf6c556fc853fbc9599d7 (diff) | |
download | FreeBSD-ports-6b8f4b25c1c525f6889c399aa804aee15a37a16f.zip FreeBSD-ports-6b8f4b25c1c525f6889c399aa804aee15a37a16f.tar.gz |
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 'devel/linux_devtools-6')
-rw-r--r-- | devel/linux_devtools-6/Makefile | 1 | ||||
-rw-r--r-- | devel/linux_devtools-6/pkg-comment | 2 | ||||
-rw-r--r-- | devel/linux_devtools-6/pkg-descr | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile index a21beb6..4d59bfb 100644 --- a/devel/linux_devtools-6/Makefile +++ b/devel/linux_devtools-6/Makefile @@ -97,6 +97,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/devel/linux_devtools-6/pkg-comment b/devel/linux_devtools-6/pkg-comment index 5009fe4..067cb01 100644 --- a/devel/linux_devtools-6/pkg-comment +++ b/devel/linux_devtools-6/pkg-comment @@ -1 +1 @@ -Packages needed for doing development under Linux emulation +Packages needed for doing development in Linux mode diff --git a/devel/linux_devtools-6/pkg-descr b/devel/linux_devtools-6/pkg-descr index 9f26dfc..0a4fb90 100644 --- a/devel/linux_devtools-6/pkg-descr +++ b/devel/linux_devtools-6/pkg-descr @@ -1,5 +1,5 @@ -The linux-devel port contains a selection of packages necessary for doing -development under Linux emulation. +The linux_devtools port contains a selection of packages necessary +for doing development in Linux mode. - Marcel marcel@FreeBSD.org |