diff options
author | sada <sada@FreeBSD.org> | 1998-12-27 00:21:58 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-12-27 00:21:58 +0800 |
commit | 0e31441c754a81dd33533f0c3eccfafa97a44890 (patch) | |
tree | dbcccd9bf4a6ab029fd1a1466e89c9d77e3069b1 /www | |
parent | d98943ba24450b4bcab2952fb29a5bf9002472b2 (diff) | |
download | freebsd-ports-gnome-0e31441c754a81dd33533f0c3eccfafa97a44890.tar.gz freebsd-ports-gnome-0e31441c754a81dd33533f0c3eccfafa97a44890.tar.zst freebsd-ports-gnome-0e31441c754a81dd33533f0c3eccfafa97a44890.zip |
To answer the fortify's third question.
Submitted by: Matthew Thyer <matt@camtech.net.au>
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 7b9f5c7913ac..cd144744301b 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.26 1998/12/19 11:20:12 markm Exp $ +# $Id: Makefile,v 1.27 1998/12/23 17:35:07 obrien Exp $ # DISTNAME= netscape-communicator-4.08 @@ -47,7 +47,7 @@ do-install: tar zxvf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} .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}/communicator-4.08.bin + (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.08.bin .endif chown -R bin.bin ${NDIR} diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 7b9f5c7913ac..cd144744301b 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.26 1998/12/19 11:20:12 markm Exp $ +# $Id: Makefile,v 1.27 1998/12/23 17:35:07 obrien Exp $ # DISTNAME= netscape-communicator-4.08 @@ -47,7 +47,7 @@ do-install: tar zxvf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} .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}/communicator-4.08.bin + (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.08.bin .endif chown -R bin.bin ${NDIR} |