diff options
author | ghen <ghen@pkgsrc.org> | 2007-10-19 10:53:00 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-10-19 10:53:00 +0000 |
commit | bef497db6fd407ae88f5a197da7a73c1afb6947b (patch) | |
tree | 2a846732cc1c70948ee2cc0c316ed8c510a18ace /www/seamonkey-bin | |
parent | 858ea5e600cd318cb36aaaaf1eae56fe0782a2ec (diff) | |
download | pkgsrc-bef497db6fd407ae88f5a197da7a73c1afb6947b.tar.gz |
Remove MESSAGE concerning NetBSD 1.5 which has been deprecated.
Diffstat (limited to 'www/seamonkey-bin')
-rw-r--r-- | www/seamonkey-bin/MESSAGE.compat_linux | 6 | ||||
-rw-r--r-- | www/seamonkey-bin/Makefile.common | 7 |
2 files changed, 1 insertions, 12 deletions
diff --git a/www/seamonkey-bin/MESSAGE.compat_linux b/www/seamonkey-bin/MESSAGE.compat_linux deleted file mode 100644 index 42f6ca569cb..00000000000 --- a/www/seamonkey-bin/MESSAGE.compat_linux +++ /dev/null @@ -1,6 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE.compat_linux,v 1.2 2007/08/22 14:49:25 jlam Exp $ - -On NetBSD 1.5, if INET6 is enabled in the kernel, you may need to set -net.inet6.ip6.v6only=0, using sysctl(8). -=========================================================================== diff --git a/www/seamonkey-bin/Makefile.common b/www/seamonkey-bin/Makefile.common index 3b1aad68031..4eae4aa0bf6 100644 --- a/www/seamonkey-bin/Makefile.common +++ b/www/seamonkey-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2007/10/07 19:59:29 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.9 2007/10/19 10:53:00 ghen Exp $ DISTNAME= ${MOZILLA}${MOX_EXTRA}-bin # overridden below PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER} @@ -61,13 +61,8 @@ MOZILLA_LIB= ${PREFIX}/lib/${MOZILLA}${MOZ_EXTRA}-${MOZ_PLATFORM} FILES_SUBST+= MOZILLA=${MOZILLA:Q} FILES_SUBST+= MOZ_EXTRA=${MOZ_EXTRA:Q} FILES_SUBST+= MOZ_PLATFORM=${MOZ_PLATFORM:Q} -MESSAGE_SUBST+= PKGBASE=${PKGBASE} PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -.if (${OPSYS} == "NetBSD") && (${EMUL_OPSYS} == "linux") -MESSAGE_SRC+= ${.CURDIR}/../../www/seamonkey-bin/MESSAGE.compat_linux -.endif - INSTALLATION_DIRS= bin SUBST_CLASSES+= paths |