diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
commit | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch) | |
tree | 72d3d7150282d19ce68e2126dc5e731712d27a03 /editors/xemacs-oa-packages | |
parent | e478897177c3c4652e7277c09503273dfff9dd3a (diff) | |
download | freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.zst freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'editors/xemacs-oa-packages')
-rw-r--r-- | editors/xemacs-oa-packages/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-oa-packages/Makefile b/editors/xemacs-oa-packages/Makefile index 0b90603b472c..eefdf9150899 100644 --- a/editors/xemacs-oa-packages/Makefile +++ b/editors/xemacs-oa-packages/Makefile @@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes # Have .if !defined(USE_MULE) pre-fetch: - @echo "To install the MULE support files, set the environment variable USE_MULE" + @${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE" .endif do-install: @@ -47,10 +47,10 @@ do-install: ${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages post-install: - @echo "This is only a subset of the available packages for xemacs." - @echo "You can install additional packages yourself from within xemacs by" - @echo "running it as root and using the 'Manage Packes' menu within" - @echo "the 'Options' menu of the menubar." + @${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} "the 'Options' menu of the menubar." .if defined(USE_MULE) MULEDISTFILES= mule-base-1.30-pkg.tar.gz |