summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant>2004-02-09 10:48:48 +0000
committergrant <grant>2004-02-09 10:48:48 +0000
commitc8bdedcea35c1ed738786da4b2dd65e1bc925fe4 (patch)
tree30f8d3c68f079e89e0c9765a35da80cb409cebad /www/mozilla-bin
parentbb6873efc8bacb5a0410f09439f793c183bff14a (diff)
downloadpkgsrc-c8bdedcea35c1ed738786da4b2dd65e1bc925fe4.tar.gz
use PKGBASE instead of "Mozilla Firebird"
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/MESSAGE.compat_linux10
-rw-r--r--www/mozilla-bin/Makefile.common3
2 files changed, 7 insertions, 6 deletions
diff --git a/www/mozilla-bin/MESSAGE.compat_linux b/www/mozilla-bin/MESSAGE.compat_linux
index f6e934bd8ca..a46cea9f8a4 100644
--- a/www/mozilla-bin/MESSAGE.compat_linux
+++ b/www/mozilla-bin/MESSAGE.compat_linux
@@ -1,10 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE.compat_linux,v 1.1 2004/01/04 05:01:02 grant Exp $
+$NetBSD: MESSAGE.compat_linux,v 1.2 2004/02/09 10:48:48 grant Exp $
- Mozilla Firebird requires your kernel to include 'COMPAT_LINUX'
- (plus in NetBSD systems before 1.5 'EXEC_ELF32').
+${PKGBASE} requires your kernel to include 'COMPAT_LINUX'
+(plus in NetBSD systems before 1.5 'EXEC_ELF32').
- Please note that if you have INET6 enabled in your kernel, you
- will need to set net.inet6.ip6.v6only=0, using sysctl(8).
+Please note that if you have INET6 enabled in your kernel, you will need
+to set net.inet6.ip6.v6only=0, using sysctl(8).
===========================================================================
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index e5d251a5eb3..77a73b99ac4 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/02/09 10:39:37 grant Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/02/09 10:48:48 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
@@ -53,6 +53,7 @@ MOZILLA_LIB= ${PREFIX}/lib/${MOZILLA}${MOZ_EXTRA}-${MOZ_PLATFORM}
FILES_SUBST+= MOZILLA=${MOZILLA}
FILES_SUBST+= MOZ_EXTRA=${MOZ_EXTRA}
FILES_SUBST+= MOZ_PLATFORM=${MOZ_PLATFORM}
+MESSAGE_SUBST+= PKGBASE=${PKGBASE}
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
# protect against MOZ_PLATFORM being undefined so we don't bomb, but