diff options
author | gj <gj@FreeBSD.org> | 2000-02-19 22:13:11 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-02-19 22:13:11 +0000 |
commit | e8e57e8f1dd1e13ffacb1792e638b1913f25507b (patch) | |
tree | 0b14eb68f87c22c566435b85617e337c1a2a4852 /editors/xemacs-oa-packages | |
parent | 764881e05b4ec3d26a55c7ee5347dcea94cd50d0 (diff) | |
download | FreeBSD-ports-e8e57e8f1dd1e13ffacb1792e638b1913f25507b.zip FreeBSD-ports-e8e57e8f1dd1e13ffacb1792e638b1913f25507b.tar.gz |
Fix some typos.
Submitted by: kris
Diffstat (limited to 'editors/xemacs-oa-packages')
-rw-r--r-- | editors/xemacs-oa-packages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-oa-packages/Makefile b/editors/xemacs-oa-packages/Makefile index 8ec8166..9f3b85fe 100644 --- a/editors/xemacs-oa-packages/Makefile +++ b/editors/xemacs-oa-packages/Makefile @@ -54,10 +54,10 @@ do-install: post-install: @${ECHO_MSG} "This is only a subset of the available packages for xemacs." @${ECHO_MSG} "You can install additional packages yourself from within xemacs by" - @${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within" + @${ECHO_MSG} "running it as root and using the 'Manage Packages' menu within" @${ECHO_MSG} "the 'Options' menu of the menubar." @${ECHO_MSG} "To install all packages besides basic packages(xemacs-packages or" - @${ECHO_MSG} "xemacs-mule-packages), consider using the xemacs-other-packages or" - @${ECHO_MSG} "xemacs-mule-other-packages port." + @${ECHO_MSG} "xemacs-mule-packages), consider using the xemacs-sumo-packages or" + @${ECHO_MSG} "xemacs-mule-sumo-packages port." .include <bsd.port.mk> |