summaryrefslogtreecommitdiff
path: root/www/netscape47-navigator
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-11-24 20:41:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-11-24 20:41:02 +0000
commit8e23c00a32fddd84b417d261966eda1a6e99d579 (patch)
treead54d60d7d7424080cc0f52dfc9c76e97337ca50 /www/netscape47-navigator
parent* Fix md5 checksum that I messed up on last commit. (diff)
* use ${BINOWN}.${BINGRP} rather than `bin.bin' as 3.0+ uses root.wheel.
* combine two `if' logic statements
Notes
Notes: svn path=/head/; revision=14874
Diffstat (limited to 'www/netscape47-navigator')
-rw-r--r--www/netscape47-navigator/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index ca0c293d330e..385aab89e133 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
#
-# $Id: Makefile,v 1.28 1998/11/19 21:57:42 billf Exp $
+# $Id: Makefile,v 1.29 1998/11/19 22:54:44 billf Exp $
#
DISTNAME= netscape-navigator-4.5
@@ -25,12 +25,9 @@ MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz
RESTRICTED= "Contains strong cryptography"
-.endif
-
-.if !defined(USE_128BIT)
+.else
pre-extract:
@${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"
- @${ECHO} "and defining USA_RESIDENT to NO"
.endif
do-install:
@@ -47,7 +44,7 @@ do-install:
cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin
.endif
- chown -R bin.bin ${NDIR}
+ chown -R ${BINOWN}.${BINGRP} ${NDIR}
post-install:
@${CAT} ${PKGDIR}/DESCR