Date: Sun, 30 Jul 2000 05:35:14 +0900 From: FUJISHIMA Satsuki <k5@cheerful.com> To: sada@FreeBSD.ORG Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape47-communicator Makefile Message-ID: <863dksn08t.wl@cheerful.com> In-Reply-To: In your message of "Fri, 28 Jul 2000 16:12:47 -0700 (PDT)" <200007282312.QAA63628@freefall.freebsd.org> References: <200007282312.QAA63628@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-navigators are broken.
/usr/ports/www/netscape47-navigator$ make -V NETSCAPE_DIST_GRADE
complete_install
fix is here:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/netscape47-communicator/Makefile,v
retrieving revision 1.68
diff -u -w -B -b -r1.68 Makefile
--- Makefile 2000/07/28 23:12:47 1.68
+++ Makefile 2000/07/29 20:17:54
@@ -29,7 +29,7 @@
NETSCAPE_DIST_TAG= alpha-dec-osf4.0
.endif
-.if defined(BROWSER) && ${BROWSER} == 'navigator'
+.if defined(BROWSER) && ${BROWSER} == "navigator"
NETSCAPE_DIST_GRADE= navigator_standalone
.endif
--
FUJISHIMA Satsuki
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?863dksn08t.wl>
