diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-27 08:31:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-27 08:31:13 +0000 |
commit | ed7ea07d813dfd26509e08c733e93c1cc3961f0e (patch) | |
tree | bba917719d84082252232133b5067472d5e4c9da | |
parent | Is broken for all of 3.0, not just ELF. (diff) |
Answer third question of Fortify.
Notes
Notes:
svn path=/head/; revision=15655
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 6b295134015a..2e518a5c5f18 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.33 1998/12/11 08:11:23 obrien Exp $ +# $Id: Makefile,v 1.34 1998/12/19 11:20:13 markm Exp $ # DISTNAME= communicator-v45-export.x86-unknown-freebsd @@ -54,7 +54,7 @@ do-install: ${RM} -rf ${NDIR}/movemail-src .if defined(USE_128BIT) cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ - (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin + (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin .endif chown -R ${BINOWN}.${BINGRP} ${NDIR} diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 6b295134015a..2e518a5c5f18 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.33 1998/12/11 08:11:23 obrien Exp $ +# $Id: Makefile,v 1.34 1998/12/19 11:20:13 markm Exp $ # DISTNAME= communicator-v45-export.x86-unknown-freebsd @@ -54,7 +54,7 @@ do-install: ${RM} -rf ${NDIR}/movemail-src .if defined(USE_128BIT) cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ - (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin + (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin .endif chown -R ${BINOWN}.${BINGRP} ${NDIR} |