diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-01-09 19:29:37 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-01-09 19:29:37 +0000 |
commit | 37d3312455936f69aedfb8bf967ae244b73b281e (patch) | |
tree | 9e2dcef51af368f2f2580f640b9f43ddad961e0c /www/navigator | |
parent | fd82d9987b0c56b2520afeac01d56cdcc84675a6 (diff) | |
download | pkgsrc-37d3312455936f69aedfb8bf967ae244b73b281e.tar.gz |
Make this work for NS_ENCRYPTION on i386 (didn't have md5, and the
manual distfile check and instructions weren't updated for the DIST_SUBDIR)
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 6 | ||||
-rw-r--r-- | www/navigator/files/md5 | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 15018d549de..5508d0d8168 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2000/01/05 15:43:34 abs Exp $ +# $NetBSD: Makefile.common,v 1.2 2000/01/09 19:29:37 tsarna Exp $ # # Common include file for communicator and navigator packages @@ -83,11 +83,11 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 # *-*-sparc DOWNLOAD= http://www.netscape.com/download/ do-fetch: - @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ + @if [ ! -f ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO_MSG} "==============================================================="; \ ${ECHO_MSG} " The 128-bit key strong encryption version of"; \ ${ECHO_MSG} " Netscape for ${VENDOR_NAME} must be fetched"; \ - ${ECHO_MSG} " into \"${DISTDIR}\" from the following URL:"; \ + ${ECHO_MSG} " into \"${DISTDIR}/${DIST_SUBDIR}\" from the following URL:"; \ ${ECHO_MSG} " ${DOWNLOAD}"; \ ${ECHO_MSG} "==============================================================="; \ ${FALSE}; \ diff --git a/www/navigator/files/md5 b/www/navigator/files/md5 index 3a8323664ee..48991d32bfc 100644 --- a/www/navigator/files/md5 +++ b/www/navigator/files/md5 @@ -1,6 +1,7 @@ -$NetBSD: md5,v 1.9 2000/01/05 15:43:35 abs Exp $ +$NetBSD: md5,v 1.10 2000/01/09 19:29:39 tsarna Exp $ MD5 (netscape/navigator-v461-export.sparc-sun-sunos4.1.3_U1.tar.gz) = a1bc10d5dfce9f36ddae55930d683b6d MD5 (netscape/navigator-v47-export.sparc-sun-solaris2.5.1.tar.gz) = 0c8a97a845456cb260ba58a6717629d9 MD5 (netscape/navigator-v47-export.x86-unknown-linuxglibc2.0.tar.gz) = 50a51a4ce99ebfdba52c9bd91ca492b7 MD5 (netscape/navigator-v47-export.alpha-dec-osf4.0.tar.gz) = 91244e06363f0fc8a277c2ebe6ed7b67 +MD5 (netscape/navigator-v47-us.x86-unknown-linuxglibc2.0.tar.gz) = 53dbe5f9e3f91940ec40e9409abb2f8b |