diff options
Diffstat (limited to 'www/netscape47-navigator/Makefile')
-rw-r--r-- | www/netscape47-navigator/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile index 38bfe4c..616a26a 100644 --- a/www/netscape47-navigator/Makefile +++ b/www/netscape47-navigator/Makefile @@ -3,24 +3,15 @@ # Date created: 24 Feb 1997 # Whom: ache # -# 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-navigator-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 +MAINTAINER= asami@FreeBSD.ORG RESTRICTED= "Commercial software" @@ -33,8 +24,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}/navigator-4.04.bin + ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/navigator-4.04 + ln -sf navigator-4.04 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi |