aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-mule-packages
diff options
context:
space:
mode:
authorKiriyama Kazuhiko <kiri@FreeBSD.org>2003-07-28 06:25:36 +0000
committerKiriyama Kazuhiko <kiri@FreeBSD.org>2003-07-28 06:25:36 +0000
commitf1eeaf367faa2aae8f9c189a22ed2ca179c2a22a (patch)
treedfa0d9e99acde4642101e5dbe57fb2007443194e /editors/xemacs-mule-packages
parent8ff4e9b6a0a347721d94e6bf82b0a82d848e7c2e (diff)
downloadports-f1eeaf367faa2aae8f9c189a22ed2ca179c2a22a.tar.gz
ports-f1eeaf367faa2aae8f9c189a22ed2ca179c2a22a.zip
Modify the message displaing after installation more natural.
Noticed by: Brian Betts <brian-ports@bbdab.org>
Notes
Notes: svn path=/head/; revision=85718
Diffstat (limited to 'editors/xemacs-mule-packages')
-rw-r--r--editors/xemacs-mule-packages/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/xemacs-mule-packages/Makefile b/editors/xemacs-mule-packages/Makefile
index f42b41dbf02f..73ac4c5c027b 100644
--- a/editors/xemacs-mule-packages/Makefile
+++ b/editors/xemacs-mule-packages/Makefile
@@ -49,11 +49,11 @@ post-install:
@${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/* 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR} 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO_CMD} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST}
- @${ECHO_MSG} " This is the set of the packages for xemacs with the mule-packages category."
- @${ECHO_MSG} "You can get all packages altogether with installing xemacs-packages and work"
- @${ECHO_MSG} "fine at XEmacs."
- @${ECHO_MSG} " You can also install with running it as root and using the 'Manage Packages'"
- @${ECHO_MSG} "menu within the 'Options' menu of the menubar. But using this xemacs package"
- @${ECHO_MSG} "managing, you could not control under ports managing ;-)"
+ @${ECHO_MSG} " This port installs packages for XEmacs with mule. These packages should be"
+ @${ECHO_MSG} "installed altogether with xemacs-packages."
+ @${ECHO_MSG} " You can also install these packages by running XEmacs as root and using the"
+ @${ECHO_MSG} "'Manage Packages' menu within the 'Options' menu of the menubar."
+ @${ECHO_MSG} "However,installing the packages using this method defeats the purpose of"
+ @${ECHO_MSG} "installing this port."
.include <bsd.port.mk>