diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-08-24 10:05:39 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-08-24 10:05:39 +0000 |
commit | 9c6b0b4a364f532d9628a8372bbe4486c76dda54 (patch) | |
tree | e5ef6397318ac1da1e51ff48b2ef928c73f88722 /www/netscape4-navigator | |
parent | 420da3c347562c478192262f465c0e12817a2b37 (diff) | |
download | ports-9c6b0b4a364f532d9628a8372bbe4486c76dda54.tar.gz ports-9c6b0b4a364f532d9628a8372bbe4486c76dda54.zip |
Upgrade Fortify (128-bit encryption)
Notes
Notes:
svn path=/head/; revision=12811
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 41fcbce1d9bd..678e1c0df65e 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.20 1998/04/12 09:06:33 markm Exp $ +# $Id: Makefile,v 1.21 1998/08/17 22:46:42 asami Exp $ # DISTNAME= netscape-navigator-4.06 @@ -22,7 +22,7 @@ BINDIR= ${PREFIX}/bin .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.2.2-unix.tar.gz +DISTFILES+= Fortify-1.2.6-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" .endif @@ -44,7 +44,7 @@ do-install: fi ${RM} -rf ${NDIR}/movemail-src .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKDIR}/Fortify-1.2.2-unix && \ + cd ${WRKDIR}/Fortify-1.2.6-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.06.bin .endif chown -R bin.bin ${NDIR} |