diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-19 05:17:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-19 05:17:44 +0000 |
commit | 641836adbe81abbf4967ff439377ce730b156a6a (patch) | |
tree | 961f0f1db6f8605d68bfaa5980613648cc95b6fc /www/netscape4-navigator | |
parent | 01681da9844d5153b9c7124c0f4f7f0a4342d77b (diff) | |
download | ports-641836adbe81abbf4967ff439377ce730b156a6a.tar.gz ports-641836adbe81abbf4967ff439377ce730b156a6a.zip |
Blindly update to Fortify-1.3.0 as Fortify-1.2.6 isn't fetchable anymore.
Notes
Notes:
svn path=/head/; revision=14663
Diffstat (limited to 'www/netscape4-navigator')
-rw-r--r-- | www/netscape4-navigator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile index 51362052df6c..a39221886ca3 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.25 1998/10/09 03:06:50 asami Exp $ +# $Id: Makefile,v 1.26 1998/10/09 11:19:33 obrien Exp $ # DISTNAME= netscape-navigator-4.07 @@ -24,7 +24,7 @@ INFILE_HEAD= 'Navigator,4.07.0.98272,' .if defined(USE_128BIT) MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.2.8-unix-x86.tar.gz +DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" .endif @@ -57,7 +57,7 @@ do-install: fi ${RM} -rf ${NDIR}/movemail-src .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKDIR}/Fortify-1.2.8-unix-x86 && \ + cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.07.bin .endif chown -R bin.bin ${NDIR} |