summaryrefslogtreecommitdiff
path: root/audio/mpg123
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-03 08:36:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-03 08:36:40 +0000
commit6a1efc760876aa9b45b4f5b5f99a651324ca9b00 (patch)
tree59f8e2b92d559f4dd9ecbbfafc07a22308bf8041 /audio/mpg123
parentUpdate to version 0.3.1 (diff)
Correct last-second typo prior to previous commit.
Also, the previous commit incorrectly claimed a maintainer timeout when in fact the maintainer changed recently and I was looking for mail from the previous maintainer. Submitted by: sobomax
Notes
Notes: svn path=/head/; revision=39007
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 50d528def241..6aa1ee6cc231 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -69,7 +69,7 @@ OPT_ARCH= i486
.if !defined(OPT_ARCH) || ((${OPT_ARCH} != "i486") && (${OPT_ARCH} != "i586") \
&& (${OPT_ARCH} != "3dnow"))
@${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
- @${ECHO_MSG} "Note: you can set OPT_ARCH to optimize for your hardware.
+ @${ECHO_MSG} "Note: you can set OPT_ARCH to optimize for your hardware."
@${ECHO_MSG} "(e.g. make OPT_ARCH=i486)."
@${ECHO_MSG} "Valid values are: i486, i586, 3dnow"
@${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"