summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-29 22:17:38 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-29 22:17:38 +0000
commit0834620af794257f9d63d5c9b7d724eec8fa1ee8 (patch)
tree3ca0458294bf3e6b462965fc2bf4a073f2216887 /www
parentActivate ja-netscape-navigator-4.5. (diff)
Remove the limitation of USE_128BIT
Submitted by: Mark Murray <mark@grondar.za>
Notes
Notes: svn path=/head/; revision=15710
Diffstat (limited to 'www')
-rw-r--r--www/netscape4-navigator/Makefile5
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