summaryrefslogtreecommitdiff
path: root/www/netscape47-navigator
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-03-16 14:40:59 +0000
committerMark Murray <markm@FreeBSD.org>1998-03-16 14:40:59 +0000
commit18985690d64519cb4af9409fb57ed71d844e983b (patch)
tree0b4b8626d11fd58f4012a647e0de51825d7a0052 /www/netscape47-navigator
parentActivate le. (diff)
Fix for the case where a macro is not defined at all.
Found by: jkh
Notes
Notes: svn path=/head/; revision=10193
Diffstat (limited to 'www/netscape47-navigator')
-rw-r--r--www/netscape47-navigator/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index 16004cf58fa4..1af5f36c99fa 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.15 1998/02/18 11:51:05 markm Exp $
+# $Id: Makefile,v 1.16 1998/03/15 15:15:22 markm Exp $
#
DISTNAME= netscape-navigator-4.04
@@ -19,16 +19,17 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-.if defined(USE_128BIT) && ${USA_RESIDENT} == NO
+.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
DISTFILES+= Fortify-1.2.1-unix.tar.gz
RESTRICTED= "Contains strong cryptography"
.endif
-.if !defined(USE_128BIT) && ${USA_RESIDENT} == NO
+.if !defined(USE_128BIT)
pre-extract:
@${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"
+ @${ECHO} "and defining USA_RESIDENT to NO"
.endif
do-install: