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-p2p/nicotine-plus | |
parent | 93fca8f6fe943e5bf9abe0b1e5aadad1db8b6551 (diff) | |
download | freebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.gz freebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.zst freebsd-ports-gnome-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-p2p/nicotine-plus')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index a0f8fdb06b7d..c809fb3f3531 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/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) |