diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 09:01:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 09:01:08 +0800 |
commit | 66ad15aa9aa13d5cb48ca63a291e580966588856 (patch) | |
tree | 17d69b2c11abc331666ac7969bc3a84b07bba8ff /net/nicotine | |
parent | 93fca8f6fe943e5bf9abe0b1e5aadad1db8b6551 (diff) | |
download | freebsd-ports-graphics-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.gz freebsd-ports-graphics-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.zst freebsd-ports-graphics-66ad15aa9aa13d5cb48ca63a291e580966588856.zip |
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index a0f8fdb06b7..c809fb3f353 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -25,9 +25,9 @@ USE_PYDISTUTILS= yes RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis .else pre-everything:: - @${ECHO} "" - @${ECHO} "Define WITH_VORBIS=yes to enable OGG/Vorbis support" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} "Define WITH_VORBIS=yes to enable OGG/Vorbis support" + @${ECHO_MSG} "" .endif .if !defined(NOPORTDOCS) |