aboutsummaryrefslogtreecommitdiff
path: root/www/netscape47-communicator
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
commit4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (patch)
tree1e0d9f19cde131b110f2420762ff686ae845cbc8 /www/netscape47-communicator
parent77f6c01ede076821a0791ed785bded77734e07d9 (diff)
downloadports-4adc5a8a717b83cd9a139cd4c92ea01102d602e2.tar.gz
ports-4adc5a8a717b83cd9a139cd4c92ea01102d602e2.zip
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.
Notes
Notes: svn path=/head/; revision=53960
Diffstat (limited to 'www/netscape47-communicator')
-rw-r--r--www/netscape47-communicator/Makefile2
1 files changed, 1 insertions, 1 deletions
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'