summaryrefslogtreecommitdiff
path: root/www/bsdi-netscape47-navigator
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-03-16 14:48:53 +0000
committerMark Murray <markm@FreeBSD.org>1998-03-16 14:48:53 +0000
commitabf86f4f514e815c668120802dc6a3f26d7cb33b (patch)
treebb0108d7a02f70cf770da063efa1c7eb9cd56f3b /www/bsdi-netscape47-navigator
parentFix for the case where a macro is not defined at all. (diff)
Drat. Missed a broken .ifdef
Notes
Notes: svn path=/head/; revision=10194
Diffstat (limited to 'www/bsdi-netscape47-navigator')
-rw-r--r--www/bsdi-netscape47-navigator/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile
index 1af5f36c99fa..b687b71c6acd 100644
--- a/www/bsdi-netscape47-navigator/Makefile
+++ b/www/bsdi-netscape47-navigator/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.16 1998/03/15 15:15:22 markm Exp $
+# $Id: Makefile,v 1.17 1998/03/16 14:40:59 markm Exp $
#
DISTNAME= netscape-navigator-4.04
@@ -43,7 +43,7 @@ do-install:
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
${RM} -rf ${NDIR}/movemail-src
-.if defined(USE_128BIT) && ${USA_RESIDENT} == NO
+.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
cd ${WRKSRC}/Fortify-1.2.1-unix && \
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.04.bin
.endif