summaryrefslogtreecommitdiff
path: root/www/netscape48-communicator/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-04 00:04:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-04 00:04:36 +0000
commit4c2da5d4e49bdadb87596484b214e4b9304ee91a (patch)
tree50ece99bf34f588d884a4751749a014c2d2491fe /www/netscape48-communicator/Makefile
parentapache port is now called apache-stable (diff)
Upgrade to 4.02b7
Notes
Notes: svn path=/head/; revision=7463
Diffstat (limited to 'www/netscape48-communicator/Makefile')
-rw-r--r--www/netscape48-communicator/Makefile21
1 files changed, 6 insertions, 15 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index 5512c1b2936f..8b455f9f0d03 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-communicator/Makefile
@@ -1,20 +1,19 @@
# New ports collection makefile for: netscape
-# Version required: 4.0b5
+# Version required: 4.02b7
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.2 1997/04/09 15:12:05 ache Exp $
+# $Id: Makefile,v 1.3 1997/06/01 00:06:17 ache Exp $
#
-DISTNAME= netscape-4.0b5
+DISTNAME= netscape-4.02b7
CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b5/unix/other/
-DISTFILES= communicator-v40b5-export.x86-bsdi-bsd.tar.gz
+MASTER_SITES= ftp://ftp.netscape.com//pub/communicator/4.02/4.02b7/english/unix/freebsd/base_install/
+DISTFILES= communicator-v402b7-export.x86-unknown-freebsd.tar.gz
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
-NLSDIR= ${X11BASE}/lib/X11/nls
BINDIR= ${PREFIX}/bin
MAINTAINER= ache@FreeBSD.ORG
@@ -26,18 +25,10 @@ do-install:
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
mv ${NDIR}/netscape ${NDIR}/netscape.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
- ${INSTALL_DATA} ${WRKSRC}/policyMoz40P1.jar ${NDIR}
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
- -test -d ${NLSDIR} || mkdir -p ${NLSDIR}
- if [ ! -f ${NLSDIR}/C ] ; then \
- ${INSTALL_DATA} ${NDIR}/nls/C ${NLSDIR}; \
- fi
- if [ ! -f ${NLSDIR}/nls.dir ] ; then \
- ${INSTALL_DATA} ${NDIR}/nls/nls.dir ${NLSDIR}; \
- fi
- rm -rf ${NDIR}/nls ${NDIR}/movemail-src ${NDIR}/XKeysymDB
+ rm -rf ${NDIR}/movemail-src
chown -R bin.bin ${NDIR}
post-install: