Remove MESSAGE concerning NetBSD 1.5 which has been deprecated.
This commit is contained in:
parent
858ea5e600
commit
bef497db6f
2 changed files with 1 additions and 12 deletions
|
@ -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).
|
||||
===========================================================================
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue