diff options
author | markm <markm@FreeBSD.org> | 1998-12-19 19:20:14 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-12-19 19:20:14 +0800 |
commit | b9e9922ae25e67637cb802241efde0ca68aa443e (patch) | |
tree | 7936b67637059b3079ac5e9f0dc8cc04a5ab6526 /www/bsdi-netscape47-navigator | |
parent | 16999f24ef34f06f762b81a15925b61a35d6241f (diff) | |
download | freebsd-ports-gnome-b9e9922ae25e67637cb802241efde0ca68aa443e.tar.gz freebsd-ports-gnome-b9e9922ae25e67637cb802241efde0ca68aa443e.tar.zst freebsd-ports-gnome-b9e9922ae25e67637cb802241efde0ca68aa443e.zip |
Upgrade to Fortify 1.3.2
Methinks we need a variable for this.
Diffstat (limited to 'www/bsdi-netscape47-navigator')
-rw-r--r-- | www/bsdi-netscape47-navigator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile index 385aab89e133..35ad22876bc3 100644 --- a/www/bsdi-netscape47-navigator/Makefile +++ b/www/bsdi-netscape47-navigator/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sept 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.29 1998/11/19 22:54:44 billf Exp $ +# $Id: Makefile,v 1.30 1998/11/24 20:41:02 obrien Exp $ # DISTNAME= netscape-navigator-4.5 @@ -23,7 +23,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" .else pre-extract: @@ -41,7 +41,7 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi .if defined(USE_128BIT) - cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \ + cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin .endif chown -R ${BINOWN}.${BINGRP} ${NDIR} |