From 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 12:08:37 +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. --- www/netscape47-communicator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/netscape47-communicator/Makefile') diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 4ef1f7913624..12ecd383150e 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -70,7 +70,7 @@ NETSCAPE_DIST_SUBDIR?= communicator/english/${BROWSER_VER}/unix/${NETSCAPE_DIST_ NETSCAPE_DIST_TAG?= x86-unknown-freebsd # | x86-unknown-linux2.2 | x86-bsdi-bsd2 | alpha-dec-osf4.0 BROWSER_VER= ${PORTVERSION} -BROWSER_V!= ${ECHO} ${BROWSER_VER} | sed -e 's/\.//' +BROWSER_V!= ${ECHO_CMD} ${BROWSER_VER} | sed -e 's/\.//' INFILE_HEAD?= 'Communicator,4.76.0.20001006' NO_AUTOADMIN= 'Not available' NO_FORTIFY= 'No need for this version' -- cgit v1.2.3