diff options
author | abs <abs@pkgsrc.org> | 2000-09-05 18:31:02 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-09-05 18:31:02 +0000 |
commit | 6effa2e194d2c1f882ec5f70740d57a400ab1edd (patch) | |
tree | 961ce8fa03bdfcc01d77dce8642e7b0daf2778c8 /www/navigator | |
parent | 2bc493376b5e1ec92b1d3d3bc9cb91a35421bd2e (diff) | |
download | pkgsrc-6effa2e194d2c1f882ec5f70740d57a400ab1edd.tar.gz |
Do not install 'netscape' link in communicator. Missed in last commit.
Do not crank communicator version as this would make the matching in
'netscape' something of a nightmare (the version already varies based on
architecture due to 4.61 being the last SunOS/sparc release).
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index a0794ec50eb..75839e0d636 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2000/09/02 23:18:28 abs Exp $ +# $NetBSD: Makefile.common,v 1.21 2000/09/05 18:31:02 abs Exp $ # # Common include file for communicator and navigator packages @@ -113,8 +113,6 @@ do-install: cd ${MOZILLA_HOME} ; ${GTAR} --exclude '*dynMotif*' -xpzf ${WRKSRC}/netscape-v${NS_VERS_SHORT}.nif .if (${BINNAME} == "communicator") cd ${MOZILLA_HOME} ; ${GTAR} xpzf ${WRKSRC}/spellchk-v${NS_VERS_SHORT}.nif - ${RM} -f ${PREFIX}/bin/netscape - ${LN} -sf ${PKGNAME} ${PREFIX}/bin/netscape .endif ${SED} -e 's#@@MOZILLA_HOME@@#${MOZILLA_HOME}#g' \ |