diff options
author | ache <ache@FreeBSD.org> | 1997-06-01 00:06:22 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-06-01 00:06:22 +0000 |
commit | a892406ec5b666c7de2557b60a6508415e8837f4 (patch) | |
tree | b5e882041949878ad7da747323f0298c28fcf046 /www/mozilla+ipv6/Makefile | |
parent | 3f6a28aba1fa456d768b76b6a19cfb7532cd6a4b (diff) | |
download | FreeBSD-ports-a892406ec5b666c7de2557b60a6508415e8837f4.zip FreeBSD-ports-a892406ec5b666c7de2557b60a6508415e8837f4.tar.gz |
Upgrade to 4.0b5
Diffstat (limited to 'www/mozilla+ipv6/Makefile')
-rw-r--r-- | www/mozilla+ipv6/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index e2e3d58..5512c1b 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: netscape -# Version required: 4.0b3 +# Version required: 4.0b5 # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1997/02/24 19:00:29 ache Exp $ +# $Id: Makefile,v 1.2 1997/04/09 15:12:05 ache Exp $ # -DISTNAME= netscape-4.0b3 +DISTNAME= netscape-4.0b5 CATEGORIES= www -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b3/unix/other/ -DISTFILES= communicator-v40b3-export.x86-unknown-bsd.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b5/unix/other/ +DISTFILES= communicator-v40b5-export.x86-bsdi-bsd.tar.gz NO_WRKSUBDIR= Yes NO_BUILD= Yes @@ -23,9 +23,10 @@ RESTRICTED= "Commercial software" do-install: cd ${WRKSRC} && yes "" | \ - NSHOME="${NDIR}" ./ns-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 |