diff options
author | sada <sada@FreeBSD.org> | 1998-12-30 06:19:33 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-12-30 06:19:33 +0800 |
commit | c10103dfe807882803ae9965c757b37842905675 (patch) | |
tree | c00efbb80af04e178b8f6d2fb5bf9eca10de2449 /www | |
parent | a5653add9f524687f82a5607403fbd53e3539f13 (diff) | |
download | freebsd-ports-gnome-c10103dfe807882803ae9965c757b37842905675.tar.gz freebsd-ports-gnome-c10103dfe807882803ae9965c757b37842905675.tar.zst freebsd-ports-gnome-c10103dfe807882803ae9965c757b37842905675.zip |
Remove the limitation of USE_128BIT
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index cd144744301b..562bebe1c9ab 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.27 1998/12/23 17:35:07 obrien Exp $ +# $Id: Makefile,v 1.28 1998/12/26 16:21:58 sada Exp $ # DISTNAME= netscape-communicator-4.08 @@ -45,7 +45,7 @@ do-install: fi rm -rf ${NDIR}/movemail-src tar zxvf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} -.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}/communicator-4.08.bin .endif diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index cd144744301b..562bebe1c9ab 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.27 1998/12/23 17:35:07 obrien Exp $ +# $Id: Makefile,v 1.28 1998/12/26 16:21:58 sada Exp $ # DISTNAME= netscape-communicator-4.08 @@ -45,7 +45,7 @@ do-install: fi rm -rf ${NDIR}/movemail-src tar zxvf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} -.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}/communicator-4.08.bin .endif |