Having to know the version name to run navigator is... suboptimal.
Also create a symlink to 'navigator'.
This commit is contained in:
parent
28e7653cf4
commit
9550b5ff96
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 1999/06/25 00:09:23 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.13 1999/06/27 00:23:21 abs Exp $
|
||||
#
|
||||
# Every effort has been made to keep the communicator and navigator
|
||||
# Makefiles as similar as possible.
|
||||
|
@ -81,6 +81,7 @@ do-install:
|
|||
${SED} -e 's#@@MOZILLA_HOME@@#${MOZILLA_HOME}#g' \
|
||||
<${FILESDIR}/${BINNAME}.sh >${WRKDIR}/${BINNAME}.sh
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh ${PREFIX}/bin/${PKGNAME}
|
||||
${LN} -sf ${PKGNAME} ${PREFIX}/bin/navigator
|
||||
|
||||
.if (${MACHINE_ARCH} == "sparc")
|
||||
# Bizarre magic to handle the NIS and DNS versions. Make DNS default.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST.pre,v 1.4 1999/06/04 18:07:41 thorpej Exp $
|
||||
@comment $NetBSD: PLIST.pre,v 1.5 1999/06/27 00:23:21 abs Exp $
|
||||
bin/navigator-${NS_VERS}
|
||||
bin/navigator
|
||||
lib/netscape/navigator-${NS_VERS}/LICENSE
|
||||
lib/netscape/navigator-${NS_VERS}/Netscape.ad
|
||||
lib/netscape/navigator-${NS_VERS}/README
|
||||
|
|
Loading…
Reference in a new issue