summaryrefslogtreecommitdiff
path: root/audio/snack
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:23:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:23:56 +0000
commitb705cbc95ce7bf042f8953c29453b6528f20a3c6 (patch)
tree26218ca7c2e5a91466052ac00adec88000802e4f /audio/snack
parentUpdate port: databases/mysql323-server (diff)
ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89489
Diffstat (limited to 'audio/snack')
-rw-r--r--audio/snack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile
index c680b52b3812..c67d8dd20580 100644
--- a/audio/snack/Makefile
+++ b/audio/snack/Makefile
@@ -39,9 +39,9 @@ PLIST_SUB+= VORBIS="@comment "
pre-everything::
.if !defined(WITH_VORBIS)
- @${ECHO}
- @${ECHO} 'Use "make WITH_VORBIS=yes" to build support for OGG Vorbis.'
- @${ECHO}
+ @${ECHO_MSG}
+ @${ECHO_MSG} 'Use "make WITH_VORBIS=yes" to build support for OGG Vorbis.'
+ @${ECHO_MSG}
.endif
post-patch: