diff options
author | grant <grant@pkgsrc.org> | 2004-02-09 10:48:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-09 10:48:48 +0000 |
commit | e6e26f99722d342734b40a02b0500815fad19deb (patch) | |
tree | 30f8d3c68f079e89e0c9765a35da80cb409cebad /www/mozilla-bin | |
parent | d1d1b9deef734c4c1ab7d0e36442aaa54a491b84 (diff) | |
download | pkgsrc-e6e26f99722d342734b40a02b0500815fad19deb.tar.gz |
use PKGBASE instead of "Mozilla Firebird"
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/MESSAGE.compat_linux | 10 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.common | 3 |
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 |