diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
commit | 466ac8e57a2aea45f93a750582d3dff58c2a49fc (patch) | |
tree | 2d22e735667fd6108a18cc536925c1db0603f679 /www/mozilla-vendor/Makefile | |
parent | e5372c7fad7f3941ab8461382e107f4b2d286e3c (diff) | |
download | ports-466ac8e57a2aea45f93a750582d3dff58c2a49fc.tar.gz ports-466ac8e57a2aea45f93a750582d3dff58c2a49fc.zip |
Notes
Diffstat (limited to 'www/mozilla-vendor/Makefile')
-rw-r--r-- | www/mozilla-vendor/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index 38bfe4c9fabd..20f1cdc46ae6 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -6,20 +6,14 @@ # Note: you can make the standalone navigator version by typing # make NAVIGATOR=yes # -# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $ +# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $ # -DISTNAME= netscape-4.04 +DISTNAME= netscape-communicator-4.04 CATEGORIES= www -.if !defined(NAVIGATOR) MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/ DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz -.else -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/ -DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz -.endif -# responsible for communicator only MAINTAINER= ache@FreeBSD.ORG RESTRICTED= "Commercial software" @@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv ${NDIR}/netscape ${NDIR}/netscape.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR} + mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin + ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04 + ln -sf communicator-4.04 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi |