use automatic MESSAGE handling.
This commit is contained in:
parent
5681068404
commit
152ed14a8c
5 changed files with 5 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.7 2002/11/25 14:07:42 schmonz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.8 2002/12/05 05:51:18 grant Exp $
|
||||
#
|
||||
|
||||
RELVERSION= 1.3.1
|
||||
|
@ -51,10 +51,6 @@ NO_CONFIGURE= # defined
|
|||
NO_BUILD= # defined
|
||||
NO_MTREE= # defined, since we change PREFIX
|
||||
|
||||
.if ${OPSYS} == "NetBSD"
|
||||
MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS}
|
||||
.endif
|
||||
|
||||
PLIST_SUBST+= BLACKDOWN_ARCH=${BLACKDOWN_ARCH}
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc NetBSD-*-sparc \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.49 2002/10/26 14:32:49 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2002/12/05 05:52:53 grant Exp $
|
||||
|
||||
# Make sure that the version number in "Makefile.gcc" matches this.
|
||||
DISTNAME= gcc-2.95.3
|
||||
|
@ -40,7 +40,6 @@ ALL_TARGET= bootstrap
|
|||
. endif
|
||||
GCC_PREFIX= ${PREFIX}
|
||||
PLIST_SRC= ${PKGDIR}/PLIST.SunOS
|
||||
MESSAGE_SRC= ${PKGDIR}/MESSAGE.SunOS
|
||||
.else
|
||||
GCC_PREFIX= ${PREFIX}/${PKGNAME}
|
||||
CONFIGURE_ARGS+= --with-gnu-as
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2002/12/03 08:59:48 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/12/05 05:51:19 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mozilla-i686-pc-linux-gnu-1.2.1
|
||||
|
@ -15,8 +15,6 @@ ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386
|
|||
WRKSRC= ${WRKDIR}/mozilla
|
||||
NO_CONFIGURE= # defined
|
||||
|
||||
MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS}
|
||||
|
||||
do-build:
|
||||
|
||||
post-build:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.NetBSD.i386,v 1.8 2002/10/26 18:40:36 grant Exp $
|
||||
# $NetBSD: Makefile.NetBSD.i386,v 1.9 2002/12/05 05:51:20 grant Exp $
|
||||
#
|
||||
|
||||
DIST_DIR_NAME= linux22
|
||||
|
@ -7,7 +7,6 @@ DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
|
|||
DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
|
||||
DEPENDS+= suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk
|
||||
|
||||
MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS}
|
||||
FIND_ARG= -d .
|
||||
|
||||
# installing over emulation files doesn't work (huh?), so clean out any
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2002/11/10 12:22:36 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2002/12/05 05:51:19 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= phoenix-0.4-i686-pc-linux-gnu
|
||||
|
@ -15,8 +15,6 @@ ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386
|
|||
WRKSRC= ${WRKDIR}/phoenix
|
||||
NO_CONFIGURE= # defined
|
||||
|
||||
MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS}
|
||||
|
||||
do-build:
|
||||
|
||||
post-build:
|
||||
|
|
Loading…
Reference in a new issue