diff options
Diffstat (limited to 'editors/xemacs-games-packages/Makefile')
-rw-r--r-- | editors/xemacs-games-packages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-games-packages/Makefile b/editors/xemacs-games-packages/Makefile index 8ec81664e030..9f3b85fe1cfe 100644 --- a/editors/xemacs-games-packages/Makefile +++ b/editors/xemacs-games-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> |