summaryrefslogtreecommitdiff
path: root/www/netscape47-navigator
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-05-13 14:31:28 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-05-13 14:31:28 +0000
commita438116b22ab950f8e30efc5e4b83012801120b9 (patch)
treeb5346437b171ec06d63a82714705edda06a51c2c /www/netscape47-navigator
parentAdd pspp, a language for statistics strikingly similar to spss. (diff)
Upgrade to 4.73 .
Notes
Notes: svn path=/head/; revision=28426
Diffstat (limited to 'www/netscape47-navigator')
-rw-r--r--www/netscape47-navigator/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index 72c9d38896f4..85e07ad64d77 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -8,20 +8,19 @@
PORTNAME?= netscape-${BROWSER_ARC}
PORTVERSION?= ${BROWSER_VER}
+.if !defined(_PREMKINCLUDED)
.include <bsd.port.pre.mk>
+.endif
.if ${ARCH} == "i386"
-MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/navigator_standalone/
-DISTFILES= navigator-v472-export.x86-unknown-freebsd.tar.gz
+MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.73/unix/unsupported/freebsd/navigator_standalone/
+DISTFILES= navigator-v473-export.x86-unknown-freebsd.tar.gz
.elif ${ARCH} == "alpha"
-MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/navigator_standalone/
-DISTFILES= navigator-v472-export.alpha-dec-osf4.0.tar.gz
+MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.73/unix/supported/dec_unix40/navigator_standalone/
+DISTFILES= navigator-v473-export.alpha-dec-osf4.0.tar.gz
.endif
-ONLY_FOR_ARCHS= i386 alpha
-
BROWSER= navigator
-INFILE_HEAD= 'Navigator,4.72.0.20000131'
+INFILE_HEAD= 'Navigator,4.73.0.20000502'
-PRE_MK_INCLUDED= yes
.include "${.CURDIR}/../netscape47-communicator/Makefile"