diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch) | |
tree | 49358e580db3691ebac42073ffddffb50c910f99 /editors/xemacs-packages | |
parent | 6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff) | |
download | ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip |
Notes
Diffstat (limited to 'editors/xemacs-packages')
-rw-r--r-- | editors/xemacs-packages/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 0b90603b472c..eefdf9150899 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-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 |