summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-23 16:08:37 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-23 16:08:37 +0000
commitfa96e885658efbb3247cd1d6054badbe554f7443 (patch)
treebdec933837cc36bc9c906245be0fd19ce985aa05 /www
parentUpgrade to v1.30. (diff)
To comment that `USE_128BIT' option needs `USA_RESIDENT'.
Make reply the third question from Fortify-1.3.2. Submitted by: Dirk Froemberg <dirk@FreeBSD.ORG>
Notes
Notes: svn path=/head/; revision=15528
Diffstat (limited to 'www')
-rw-r--r--www/netscape4-navigator/Makefile5
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}