From fa96e885658efbb3247cd1d6054badbe554f7443 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Wed, 23 Dec 1998 16:08:37 +0000 Subject: To comment that `USE_128BIT' option needs `USA_RESIDENT'. Make reply the third question from Fortify-1.3.2. Submitted by: Dirk Froemberg --- www/netscape4-navigator/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile index ed21676236f5..d4632f628e3f 100644 --- a/www/netscape4-navigator/Makefile +++ b/www/netscape4-navigator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.31 1998/12/20 22:16:04 sada Exp $ +# $Id: Makefile,v 1.32 1998/12/22 06:39:29 obrien Exp $ # DISTNAME= netscape-navigator-4.08 @@ -31,6 +31,7 @@ RESTRICTED= "Contains strong cryptography" .if !defined(USE_128BIT) pre-extract: @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" + @${ECHO} "and setting USA_RESIDENT to NO" .endif do-configure: @@ -58,7 +59,7 @@ do-install: ${RM} -rf ${NDIR}/movemail-src .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ - (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.08.bin + (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.08.bin .endif chown -R bin.bin ${NDIR} -- cgit v1.2.3