diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-23 16:08:37 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-23 16:08:37 +0000 |
commit | fa96e885658efbb3247cd1d6054badbe554f7443 (patch) | |
tree | bdec933837cc36bc9c906245be0fd19ce985aa05 /www | |
parent | 838b27d59d65180809ffb88fef00f6f3522312af (diff) | |
download | ports-fa96e885658efbb3247cd1d6054badbe554f7443.tar.gz ports-fa96e885658efbb3247cd1d6054badbe554f7443.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-navigator/Makefile | 5 |
1 files 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} |