diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-12-19 11:20:14 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-12-19 11:20:14 +0000 |
commit | 0f6c7e3591081b523cdd4589c04cc115333ccda1 (patch) | |
tree | f1ae132accafae27cf772a748b70b6855701e1ab /www/netscape3 | |
parent | b105142167e6fa0d128501dc5a1b521d9d68e50b (diff) | |
download | ports-0f6c7e3591081b523cdd4589c04cc115333ccda1.tar.gz ports-0f6c7e3591081b523cdd4589c04cc115333ccda1.zip |
Notes
Diffstat (limited to 'www/netscape3')
-rw-r--r-- | www/netscape3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile index c1d42e148c62..f13d4fc09765 100644 --- a/www/netscape3/Makefile +++ b/www/netscape3/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1995 # Whom: asami # -# $Id: Makefile,v 1.24 1998/11/19 05:17:34 obrien Exp $ +# $Id: Makefile,v 1.25 1998/11/22 18:37:23 sada Exp $ # DISTNAME= netscape-3.04 @@ -25,7 +25,7 @@ PKGNAME= ${DISTNAME}-gold .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.3.0-unix-x86.tar.gz +DISTFILES+= Fortify-1.3.2-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" .endif @@ -37,7 +37,7 @@ pre-extract: post-install: .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKSRC}/Fortify-1.3.0-unix-x86 && \ + cd ${WRKSRC}/Fortify-1.3.2-unix-x86 && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin .endif @${CAT} ${PKGDIR}/DESCR |