diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-02-19 22:13:11 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-02-19 22:13:11 +0000 |
commit | a8ab7a81414ab1851f9d10d77c1372d69b8dc493 (patch) | |
tree | 899e1c573ce028012af7e01a1f0b6d43aa31e680 /editors/xemacs-libs-packages | |
parent | bb7bad64762f941e60e48caf07e82a63ca3f0507 (diff) | |
download | ports-a8ab7a81414ab1851f9d10d77c1372d69b8dc493.tar.gz ports-a8ab7a81414ab1851f9d10d77c1372d69b8dc493.zip |
Notes
Diffstat (limited to 'editors/xemacs-libs-packages')
-rw-r--r-- | editors/xemacs-libs-packages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-libs-packages/Makefile b/editors/xemacs-libs-packages/Makefile index 8ec81664e030..9f3b85fe1cfe 100644 --- a/editors/xemacs-libs-packages/Makefile +++ b/editors/xemacs-libs-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> |