diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-25 06:10:42 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-25 06:10:42 +0800 |
commit | 2445e61623d5bc1085bae5b3d1d0b0f3d9ca706b (patch) | |
tree | db78d016898f024c87ac5e353c835d041325a791 /www/bsdi-netscape47-communicator | |
parent | 930e46f3688d3a5d607eb235c7aa8cd41bc9e613 (diff) | |
download | freebsd-ports-gnome-2445e61623d5bc1085bae5b3d1d0b0f3d9ca706b.tar.gz freebsd-ports-gnome-2445e61623d5bc1085bae5b3d1d0b0f3d9ca706b.tar.zst freebsd-ports-gnome-2445e61623d5bc1085bae5b3d1d0b0f3d9ca706b.zip |
Add in one more part.
Diffstat (limited to 'www/bsdi-netscape47-communicator')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index f148c043cd7e..1532157c8185 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.28 1998/11/24 20:39:55 obrien Exp $ +# $Id: Makefile,v 1.29 1998/11/24 22:05:13 obrien Exp $ # DISTNAME= communicator-v45-export.x86-unknown-freebsd @@ -51,9 +51,8 @@ do-install: yes "" | LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install ${MV} -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.5 -.if !defined(MULTIVERSION) - ${LN} -sf ${BINDIR}/communicator-4.5 ${BINDIR}/netscape -.endif + ${LN} -sf communicator-4.5 ${BINDIR}/communicator-4 + ${LN} -sf communicator-4 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi |