diff options
author | grant <grant@pkgsrc.org> | 2002-12-05 05:51:18 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-05 05:51:18 +0000 |
commit | 152ed14a8cf9e655a3f69e310da7a953fc835939 (patch) | |
tree | b87c4c95557b5086a4a6be2053332d0029b6203b | |
parent | 5681068404a4fd8ed1b6e60738ee0b594e7aa321 (diff) | |
download | pkgsrc-152ed14a8cf9e655a3f69e310da7a953fc835939.tar.gz |
use automatic MESSAGE handling.
-rw-r--r-- | lang/blackdown-jre13/Makefile.common | 6 | ||||
-rw-r--r-- | lang/gcc/Makefile | 3 | ||||
-rw-r--r-- | www/mozilla-linux/Makefile | 4 | ||||
-rw-r--r-- | www/netscape7/Makefile.NetBSD.i386 | 3 | ||||
-rw-r--r-- | www/phoenix-linux/Makefile | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common index 2f4df6c96d3..b4317a5753d 100644 --- a/lang/blackdown-jre13/Makefile.common +++ b/lang/blackdown-jre13/Makefile.common @@ -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 \ diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 26ce7a0a52b..838c330902c 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -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 diff --git a/www/mozilla-linux/Makefile b/www/mozilla-linux/Makefile index 4242bdd8da1..31ebd45ed61 100644 --- a/www/mozilla-linux/Makefile +++ b/www/mozilla-linux/Makefile @@ -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: diff --git a/www/netscape7/Makefile.NetBSD.i386 b/www/netscape7/Makefile.NetBSD.i386 index 6e85fd45629..a0420d1dde8 100644 --- a/www/netscape7/Makefile.NetBSD.i386 +++ b/www/netscape7/Makefile.NetBSD.i386 @@ -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 diff --git a/www/phoenix-linux/Makefile b/www/phoenix-linux/Makefile index 2293d31a12b..85f8c726236 100644 --- a/www/phoenix-linux/Makefile +++ b/www/phoenix-linux/Makefile @@ -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: |