summaryrefslogtreecommitdiffstats
path: root/editors/xemacs-wp-packages
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
committermharo <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
commit981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch)
tree72d3d7150282d19ce68e2126dc5e731712d27a03 /editors/xemacs-wp-packages
parente478897177c3c4652e7277c09503273dfff9dd3a (diff)
downloadFreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip
FreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'editors/xemacs-wp-packages')
-rw-r--r--editors/xemacs-wp-packages/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-wp-packages/Makefile b/editors/xemacs-wp-packages/Makefile
index 0b90603..eefdf91 100644
--- a/editors/xemacs-wp-packages/Makefile
+++ b/editors/xemacs-wp-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
OpenPOWER on IntegriCloud