aboutsummaryrefslogtreecommitdiff
path: root/www/netscape3
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/netscape3
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/netscape3')
-rw-r--r--www/netscape3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile
index d862ec80e8c2..16e38a4579cf 100644
--- a/www/netscape3/Makefile
+++ b/www/netscape3/Makefile
@@ -43,7 +43,7 @@ pre-install:
post-install:
.if defined(WITH_128BIT)
cd ${WRKDIR}/${FORTIFY} \
- && (${ECHO}; ${ECHO} yes; ${ECHO} no; ${ECHO} no) \
+ && (${ECHO_CMD}; ${ECHO_CMD} yes; ${ECHO_CMD} no; ${ECHO_CMD} no) \
| ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin
.endif
@${CAT} ${DESCR}