diff options
author | kris <kris@FreeBSD.org> | 2001-03-03 16:36:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-03 16:36:40 +0800 |
commit | 5ecdd96a5e4afac8a7e1717af3a5a1a6a6da5625 (patch) | |
tree | a91dd4145ac0bf1912274c57e1479eac90cc3d0c | |
parent | 702689dcaa70904470f5110964e0d5033bd4dd4d (diff) | |
download | freebsd-ports-graphics-5ecdd96a5e4afac8a7e1717af3a5a1a6a6da5625.tar.gz freebsd-ports-graphics-5ecdd96a5e4afac8a7e1717af3a5a1a6a6da5625.tar.zst freebsd-ports-graphics-5ecdd96a5e4afac8a7e1717af3a5a1a6a6da5625.zip |
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
-rw-r--r-- | audio/mpg123/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 50d528def24..6aa1ee6cc23 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} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" |