diff options
author | asami <asami@FreeBSD.org> | 1997-11-20 23:48:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-20 23:48:27 +0800 |
commit | 4b958365662c1eef7b65187bb8b1a4604dab52d5 (patch) | |
tree | b6bcdb907e63141cd328195ce180742316cbbab6 /www/seamonkey2 | |
parent | e19d16428fbc911df6ba6d5cd0043103f4f846db (diff) | |
download | freebsd-ports-gnome-4b958365662c1eef7b65187bb8b1a4604dab52d5.tar.gz freebsd-ports-gnome-4b958365662c1eef7b65187bb8b1a4604dab52d5.tar.zst freebsd-ports-gnome-4b958365662c1eef7b65187bb8b1a4604dab52d5.zip |
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).
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 7 | ||||
-rw-r--r-- | www/seamonkey2/pkg-plist | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 9f7924ee47a2..abc2a8776589 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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 diff --git a/www/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist index c74392ca0eb1..14f9d7f67db0 100644 --- a/www/seamonkey2/pkg-plist +++ b/www/seamonkey2/pkg-plist @@ -1,5 +1,6 @@ bin/communicator-4.04 -@exec ln -sf %f bin/netscape +@exec ln -sf %f bin/communicator-4 +@exec ln -sf communicator-4 bin/netscape @unexec rm -f bin/netscape lib/netscape/README lib/netscape/LICENSE |