diff options
| author | SADA Kenji <sada@FreeBSD.org> | 1999-10-09 22:11:24 +0000 |
|---|---|---|
| committer | SADA Kenji <sada@FreeBSD.org> | 1999-10-09 22:11:24 +0000 |
| commit | feb27a1d7a66239e66458581d6ce496c94a50d02 (patch) | |
| tree | 6fc16393980045861959fa0b976268888980a315 /www/netscape3 | |
| parent | bb574689841547daa31276cb364e0b22549912a8 (diff) | |
To answer to newly added question from Fortify-1.4.5 .
PR: ports/14233
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Diffstat (limited to 'www/netscape3')
| -rw-r--r-- | www/netscape3/Makefile | 5 |
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 |
