aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/nicotine-plus
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-27 09:01:08 +0800
committeredwin <edwin@FreeBSD.org>2003-09-27 09:01:08 +0800
commit66ad15aa9aa13d5cb48ca63a291e580966588856 (patch)
tree17d69b2c11abc331666ac7969bc3a84b07bba8ff /net-p2p/nicotine-plus
parent93fca8f6fe943e5bf9abe0b1e5aadad1db8b6551 (diff)
downloadfreebsd-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/Makefile6
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)