summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2002-04-05 09:33:21 +0000
committertron <tron>2002-04-05 09:33:21 +0000
commit4fba76baa98d467a686268d1e52115a110c67ebf (patch)
treedabf40713944b393e108dfd3d95d042ec5d11fa6
parentc610d423305ea002663054c10d4f1e5fd0b1aaa7 (diff)
downloadpkgsrc-4fba76baa98d467a686268d1e52115a110c67ebf.tar.gz
We need to include "../../emulators/suse_linux/Makefile.application" to
be able to use "${SUSE_DIR_PREFIX}".
-rw-r--r--www/communicator/Makefile4
-rw-r--r--www/navigator/Makefile4
-rw-r--r--www/navigator/Makefile.common4
3 files changed, 5 insertions, 7 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile
index 361ea530e7f..e13f855a82e 100644
--- a/www/communicator/Makefile
+++ b/www/communicator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2002/01/01 19:22:06 abs Exp $
+# $NetBSD: Makefile,v 1.30 2002/04/05 09:33:22 tron Exp $
#
COMMENT= Netscape communicator - Digital UNIX/Linux/SunOS binary
@@ -7,5 +7,3 @@ BINNAME= communicator
DIST_SDIR_NAME= complete_install
.include "../navigator/Makefile.common"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/navigator/Makefile b/www/navigator/Makefile
index 23cb1836281..52e3db8a09e 100644
--- a/www/navigator/Makefile
+++ b/www/navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/02/17 17:22:15 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2002/04/05 09:33:21 tron Exp $
#
COMMENT= Netscape navigator standalone browser - Digital UNIX/Linux/SunOS binary
@@ -7,5 +7,3 @@ BINNAME= navigator
DIST_SDIR_NAME= navigator_standalone
.include "../navigator/Makefile.common"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common
index 56dca5f1b02..4399bff44e8 100644
--- a/www/navigator/Makefile.common
+++ b/www/navigator/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2002/04/05 09:25:41 tron Exp $
+# $NetBSD: Makefile.common,v 1.46 2002/04/05 09:33:21 tron Exp $
#
# Common include file for communicator and navigator packages
@@ -210,3 +210,5 @@ do-install:
.endif
.endif
+
+.include "../../emulators/suse_linux/Makefile.application"