summaryrefslogtreecommitdiff
path: root/www/netscape3
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-10-09 22:11:24 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-10-09 22:11:24 +0000
commitfeb27a1d7a66239e66458581d6ce496c94a50d02 (patch)
tree6fc16393980045861959fa0b976268888980a315 /www/netscape3
parentUpdate to spegla-1.04p1, which fixes core dumps that can happen when (diff)
To answer to newly added question from Fortify-1.4.5 .
PR: ports/14233 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes: svn path=/head/; revision=22291
Diffstat (limited to 'www/netscape3')
-rw-r--r--www/netscape3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile
index a531a0c760c1..24c59d955ead 100644
--- a/www/netscape3/Makefile
+++ b/www/netscape3/Makefile
@@ -42,8 +42,9 @@ pre-install:
post-install:
.if defined(USE_128BIT)
- cd ${WRKDIR}/${FORTIFY} && \
- (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin
+ cd ${WRKDIR}/${FORTIFY} \
+ && (${ECHO}; ${ECHO} yes; ${ECHO} no; ${ECHO} no) \
+ | ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin
.endif
@${CAT} ${PKGDIR}/DESCR