diff options
author | dirk <dirk@FreeBSD.org> | 1999-04-18 21:26:35 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-04-18 21:26:35 +0000 |
commit | 5d3fd1f86def0ca7501452ddb4905f1f24ec2c0e (patch) | |
tree | aac104a0ff670a12b045c324945fd89d18035d8e /www/bsdi-netscape47-communicator | |
parent | d9d6269225e7f3da83898cc67baec948febb820b (diff) | |
download | FreeBSD-ports-5d3fd1f86def0ca7501452ddb4905f1f24ec2c0e.zip FreeBSD-ports-5d3fd1f86def0ca7501452ddb4905f1f24ec2c0e.tar.gz |
Upgrade to Fortify 1.4.1 in order to make USE_128BIT work again.
Forgotten by: ache
Diffstat (limited to 'www/bsdi-netscape47-communicator')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 6 | ||||
-rw-r--r-- | www/bsdi-netscape47-communicator/pkg-comment | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 1cbd3f1..93cce7a 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.37 1999/01/13 04:00:09 scrappy Exp $ +# $Id: Makefile,v 1.38 1999/04/11 22:55:24 ache Exp $ # DISTNAME= communicator-v451-export.x86-unknown-freebsd @@ -33,7 +33,7 @@ NBIN= communicator-4.51.bin .if defined(USE_128BIT) MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.3.2-unix-x86.tar.gz +DISTFILES+= Fortify-1.4.1-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" .else pre-extract: @@ -57,7 +57,7 @@ do-install: fi ${RM} -rf ${NDIR}/movemail-src .if defined(USE_128BIT) - cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ + cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \ (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.51.bin .endif chown -R ${BINOWN}.${BINGRP} ${NDIR} diff --git a/www/bsdi-netscape47-communicator/pkg-comment b/www/bsdi-netscape47-communicator/pkg-comment index d540043..6cf0af9 100644 --- a/www/bsdi-netscape47-communicator/pkg-comment +++ b/www/bsdi-netscape47-communicator/pkg-comment @@ -1 +1 @@ -Netscape Communicator suite, version 4.5 +Netscape Communicator suite |