summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/linux-realplayer/Makefile24
-rw-r--r--audio/mpg123/Makefile10
2 files changed, 17 insertions, 17 deletions
diff --git a/audio/linux-realplayer/Makefile b/audio/linux-realplayer/Makefile
index 0308980f5bfc..1499348f19ab 100644
--- a/audio/linux-realplayer/Makefile
+++ b/audio/linux-realplayer/Makefile
@@ -62,17 +62,17 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/welcome.rm ${PREFIX}/share/rvplayer5.0/
- @echo ---------------------------------------------------------------
- @echo You must add ${PREFIX}/lib/rvplayer5.0 to your
- @echo LD_LIBRARY_PATH environment variable to use RealPlayer 5.0.
- @echo
- @echo To use the Netscape plugin, you must have a Linux version of
- @echo netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see
- @echo ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions.
- @echo
- @echo To use rvplayer as an external helper app for Netscape \(any
- @echo version\), follow the instructions in
- @echo ${PREFIX}/share/doc/rvplayer5.0/browser.htm.
- @echo ---------------------------------------------------------------
+ @${ECHO_MSG} ---------------------------------------------------------------
+ @${ECHO_MSG} You must add ${PREFIX}/lib/rvplayer5.0 to your
+ @${ECHO_MSG} LD_LIBRARY_PATH environment variable to use RealPlayer 5.0.
+ @${ECHO_MSG}
+ @${ECHO_MSG} To use the Netscape plugin, you must have a Linux version of
+ @${ECHO_MSG} netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see
+ @${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions.
+ @${ECHO_MSG}
+ @${ECHO_MSG} To use rvplayer as an external helper app for Netscape \(any
+ @${ECHO_MSG} version\), follow the instructions in
+ @${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/browser.htm.
+ @${ECHO_MSG} ---------------------------------------------------------------
.include <bsd.port.post.mk>
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 2309abf5fa6d..3352da88f298 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -24,14 +24,14 @@ ALL_TARGET= freebsd
pre-configure:
.if $(MACHINE_ARCH) == "i386"
.if !defined(OPT_ARCH) || (($(OPT_ARCH) != "i486") && ($(OPT_ARCH) != "i586"))
- @echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
- @echo "Note: you can set OPT_ARCH to optimize for your hardware. (Eg:- make OPT_ARCH=i486)"
+ @${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
+ @${ECHO_MSG} "Note: you can set OPT_ARCH to optimize for your hardware. (Eg:- make OPT_ARCH=i486)"
.if $(PORTOBJFORMAT) == "elf"
- @echo "Valid values are: i486, i586"
+ @${ECHO_MSG} "Valid values are: i486, i586"
.else
- @echo "Valid values are: i486"
+ @${ECHO_MSG} "Valid values are: i486"
.endif
- @echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
+ @${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
.endif
.endif