diff options
Diffstat (limited to 'www/netscape48-communicator/Makefile')
-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} |