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/netscape48-communicator | |
parent | Update 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/netscape48-communicator')
-rw-r--r-- | www/netscape48-communicator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 35bfcb86d1ce..b0ec0b462283 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -89,9 +89,9 @@ do-install: tar zxf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} .endif .if defined(USE_128BIT) && !defined(NO_FORTIFY) - cd ${WRKDIR}/${FORTIFY} && \ - (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) \ - | ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin + cd ${WRKDIR}/${FORTIFY} \ + && (${ECHO}; ${ECHO} yes; ${ECHO} no; ${ECHO} no) \ + | ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin .endif ${CHOWN} -R root:wheel ${NDIR} |