diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-20 15:48:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-20 15:48:27 +0000 |
commit | 2155c9e70d9af3600975ac34b9ef97d52cec87e5 (patch) | |
tree | 3bde9e9f0789c1335a8f0aea12aedb34c23634a6 /www/netscape48-communicator/Makefile | |
parent | Upgrade to 2.41beta1 (diff) |
Install symlinks "communicator-4" and "navigator-4". By using these
names instead of the single "netscape" link, these two installations
can coexist on a single machine (at least they appear to on mine).
Notes
Notes:
svn path=/head/; revision=8730
Diffstat (limited to 'www/netscape48-communicator/Makefile')
-rw-r--r-- | www/netscape48-communicator/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 9f7924ee47a2..abc2a8776589 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.11 1997/11/15 13:09:11 asami Exp $ +# $Id: Makefile,v 1.12 1997/11/15 13:35:35 peter Exp $ # DISTNAME= netscape-communicator-4.04 @@ -24,9 +24,10 @@ BINDIR= ${PREFIX}/bin do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin + mv -f ${NDIR}/netscape ${NDIR}/communicator-4.04.bin ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04 - ln -sf communicator-4.04 ${BINDIR}/netscape + ln -sf communicator-4.04 ${BINDIR}/communicator-4 + ln -sf communicator-4 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi |