From 5ecdd96a5e4afac8a7e1717af3a5a1a6a6da5625 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 3 Mar 2001 08:36:40 +0000 Subject: 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 --- audio/mpg123/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" -- cgit