diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-03-16 14:48:53 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-03-16 14:48:53 +0000 |
commit | abf86f4f514e815c668120802dc6a3f26d7cb33b (patch) | |
tree | bb0108d7a02f70cf770da063efa1c7eb9cd56f3b /www | |
parent | 18985690d64519cb4af9409fb57ed71d844e983b (diff) | |
download | ports-abf86f4f514e815c668120802dc6a3f26d7cb33b.tar.gz ports-abf86f4f514e815c668120802dc6a3f26d7cb33b.zip |
Drat. Missed a broken .ifdef
Notes
Notes:
svn path=/head/; revision=10194
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-navigator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape4-navigator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape47-navigator/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile index 1af5f36c99fa..b687b71c6acd 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.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 diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile index 1af5f36c99fa..b687b71c6acd 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.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 |