diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-29 22:17:38 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-29 22:17:38 +0000 |
commit | 0834620af794257f9d63d5c9b7d724eec8fa1ee8 (patch) | |
tree | 3ca0458294bf3e6b462965fc2bf4a073f2216887 /www/netscape4-navigator | |
parent | f9c4818866a1b3d8073cdd493ad82469ae877178 (diff) |
Notes
Diffstat (limited to 'www/netscape4-navigator')
-rw-r--r-- | www/netscape4-navigator/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile index d4632f628e3f..51dbf18a80ca 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.32 1998/12/22 06:39:29 obrien Exp $ +# $Id: Makefile,v 1.33 1998/12/23 16:08:37 sada Exp $ # DISTNAME= netscape-navigator-4.08 @@ -31,7 +31,6 @@ 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: @@ -57,7 +56,7 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi ${RM} -rf ${NDIR}/movemail-src -.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO +.if defined(USE_128BIT) cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.08.bin .endif |