diff options
author | matusita <matusita@FreeBSD.org> | 2003-07-10 14:50:08 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-07-10 14:50:08 +0800 |
commit | f6bf8350ea211764746f43e8b374e9217913dd36 (patch) | |
tree | a12a42f29c57577d3a695b91ab00efb451bb9555 /emulators | |
parent | fa0ecd94542dde80d1f0618a13a7e4401289cbe3 (diff) | |
download | freebsd-ports-graphics-f6bf8350ea211764746f43e8b374e9217913dd36.tar.gz freebsd-ports-graphics-f6bf8350ea211764746f43e8b374e9217913dd36.tar.zst freebsd-ports-graphics-f6bf8350ea211764746f43e8b374e9217913dd36.zip |
Remove unneeded backslash for escaping a single quote. Since this message
is not a part of installation contents, no revision bump.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox4/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux-vmware-toolbox4/Makefile b/emulators/linux-vmware-toolbox4/Makefile index e239e491956..cf6aa9074be 100644 --- a/emulators/linux-vmware-toolbox4/Makefile +++ b/emulators/linux-vmware-toolbox4/Makefile @@ -57,7 +57,7 @@ pre-extract: @${ECHO} " it under the directory VMware Workstation installed." @${ECHO} " *) Press \"OK\" button." @${ECHO} "" - @${ECHO} "Don\'t forget to restore the configuration after installing this port." + @${ECHO} "Don't forget to restore the configuration after installing this port." @${ECHO} "" @${ECHO} "========================================================================" @${ECHO} "" diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index e239e491956..cf6aa9074be 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -57,7 +57,7 @@ pre-extract: @${ECHO} " it under the directory VMware Workstation installed." @${ECHO} " *) Press \"OK\" button." @${ECHO} "" - @${ECHO} "Don\'t forget to restore the configuration after installing this port." + @${ECHO} "Don't forget to restore the configuration after installing this port." @${ECHO} "" @${ECHO} "========================================================================" @${ECHO} "" diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index e239e491956..cf6aa9074be 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -57,7 +57,7 @@ pre-extract: @${ECHO} " it under the directory VMware Workstation installed." @${ECHO} " *) Press \"OK\" button." @${ECHO} "" - @${ECHO} "Don\'t forget to restore the configuration after installing this port." + @${ECHO} "Don't forget to restore the configuration after installing this port." @${ECHO} "" @${ECHO} "========================================================================" @${ECHO} "" |