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/netscape48-communicator/Makefile | |
parent | updated to use latest m17n patch (19981119). (diff) |
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/netscape48-communicator/Makefile')
-rw-r--r-- | www/netscape48-communicator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 4d911de309f2..ea18dd4ce41e 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.22 1998/10/09 11:11:12 obrien Exp $ +# $Id: Makefile,v 1.23 1998/10/14 04:24:20 jseger Exp $ # DISTNAME= netscape-communicator-4.07 @@ -25,7 +25,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.2.8-unix-x86.tar.gz +DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" .endif @@ -47,7 +47,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.2.8-unix-x86 && \ + cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.07.bin .endif chown -R bin.bin ${NDIR} |