diff options
author | kiri <kiri@FreeBSD.org> | 2003-07-28 14:25:36 +0800 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-07-28 14:25:36 +0800 |
commit | 64c9ff176929c02cf688d35c6a91cdf2d244c9ab (patch) | |
tree | 8aa7a7447cb88fa5518a6df6b7d55f16411a376b | |
parent | 7b7668c0d4b34d2251311fc22e649a83456339d3 (diff) | |
download | freebsd-ports-gnome-64c9ff176929c02cf688d35c6a91cdf2d244c9ab.tar.gz freebsd-ports-gnome-64c9ff176929c02cf688d35c6a91cdf2d244c9ab.tar.zst freebsd-ports-gnome-64c9ff176929c02cf688d35c6a91cdf2d244c9ab.zip |
Modify the message displaing after installation more natural.
Noticed by: Brian Betts <brian-ports@bbdab.org>
-rw-r--r-- | editors/xemacs-mule-packages/Makefile | 12 |
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> |