diff options
author | markm <markm@FreeBSD.org> | 1998-12-19 11:20:14 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-12-19 11:20:14 +0000 |
commit | b9e9922ae25e67637cb802241efde0ca68aa443e (patch) | |
tree | 7936b67637059b3079ac5e9f0dc8cc04a5ab6526 /www/netscape4-communicator | |
parent | 16999f24ef34f06f762b81a15925b61a35d6241f (diff) | |
download | FreeBSD-ports-b9e9922ae25e67637cb802241efde0ca68aa443e.zip FreeBSD-ports-b9e9922ae25e67637cb802241efde0ca68aa443e.tar.gz |
Upgrade to Fortify 1.3.2
Methinks we need a variable for this.
Diffstat (limited to 'www/netscape4-communicator')
-rw-r--r-- | www/netscape4-communicator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index 4ca562c..c662118 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.24 1998/11/19 05:17:40 obrien Exp $ +# $Id: Makefile,v 1.25 1998/12/08 21:26:23 billf Exp $ # DISTNAME= netscape-communicator-4.07 @@ -27,7 +27,7 @@ BINDIR= ${PREFIX}/bin .if defined(USE_128BIT) MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz +DISTFILES+= Fortify-1.3.2-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" .endif @@ -49,7 +49,7 @@ do-install: rm -rf ${NDIR}/movemail-src tar zxvf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \ + cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.07.bin .endif chown -R bin.bin ${NDIR} |