summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/mk.conf.example7
-rw-r--r--www/communicator/Makefile4
-rw-r--r--www/ns-remote/Makefile4
3 files changed, 10 insertions, 5 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 39d76b7aeee..9ad823028c6 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.148 2000/08/30 18:00:50 abs Exp $
+# $NetBSD: mk.conf.example,v 1.149 2000/09/02 23:18:26 abs Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -504,6 +504,11 @@
# Possible: export, us
# Default: export
+#NS_NAVIGATOR=
+# Used by netscape package if navigator is preferred over communicator
+# Possible: not defined, YES
+# Default: not defined
+
#NS_USE_BSDI= YES
# Used to decide if i386 BSDi Netscape binary should be used in preference
# to linux version.
diff --git a/www/communicator/Makefile b/www/communicator/Makefile
index 7b67d107704..d95e92084f2 100644
--- a/www/communicator/Makefile
+++ b/www/communicator/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2000/05/09 07:12:57 tron Exp $
+# $NetBSD: Makefile,v 1.27 2000/09/02 23:18:28 abs Exp $
#
BINNAME= communicator
DIST_SDIR_NAME= complete_install
.include "../navigator/Makefile.common"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile
index aad17259992..f99e214ff67 100644
--- a/www/ns-remote/Makefile
+++ b/www/ns-remote/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/09/01 16:05:19 abs Exp $
+# $NetBSD: Makefile,v 1.5 2000/09/02 23:18:27 abs Exp $
DISTNAME= ns-remote
PKGNAME= ns-remote-1.3
@@ -9,8 +9,6 @@ DISTFILES= remote.c vroot.h
MAINTAINER= norm@mono.org
HOMEPAGE= http://home.netscape.com/newsref/std/x-remote.html
-# fill in when done...
-# DEPENDS+= ../communicator
DIST_SUBDIR= netscape
USE_X11= yes