From 0b1020495087240f21a4fa421e92e457fc065310 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 11:08:52 +0000 Subject: Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. --- japanese/gnomelibs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/gnomelibs') diff --git a/japanese/gnomelibs/Makefile b/japanese/gnomelibs/Makefile index 819ceb605aaa..96d8a8f25777 100644 --- a/japanese/gnomelibs/Makefile +++ b/japanese/gnomelibs/Makefile @@ -18,7 +18,7 @@ MAINTAINER= nakai@FreeBSD.org PLIST= ${WRKDIR}/pkg-plist post-extract: - ${ECHO} bin/gnome-libs-jp > ${PLIST} + ${ECHO_CMD} bin/gnome-libs-jp > ${PLIST} ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} post-install: -- cgit v1.2.3