diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ebuilder/Makefile | 4 | ||||
-rw-r--r-- | x11/gnustep-preferences/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk/Makefile.subpackage | 4 | ||||
-rw-r--r-- | x11/ssystem/Makefile | 4 | ||||
-rw-r--r-- | x11/wxhaskell/Makefile | 4 | ||||
-rw-r--r-- | x11/xpns/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile index 3dcf259b6e8..6d530f8fee2 100644 --- a/x11/ebuilder/Makefile +++ b/x11/ebuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/05/19 08:14:38 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/09/09 02:46:09 obache Exp $ # DISTNAME= ebuilder-0.56d @@ -13,7 +13,7 @@ COMMENT= GUI builder for the Qt library WRKSRC= ${WRKDIR}/${DISTNAME} USE_LANGUAGES= c++ USE_TOOLS+= flex gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} diff --git a/x11/gnustep-preferences/Makefile b/x11/gnustep-preferences/Makefile index 7a66f8df34b..fe3098fc4ec 100644 --- a/x11/gnustep-preferences/Makefile +++ b/x11/gnustep-preferences/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/07/22 05:10:55 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2006/09/09 02:46:09 obache Exp $ # DISTNAME= Preferences-1.2.0 @@ -16,7 +16,7 @@ USE_LANGUAGES= objc NO_CONFIGURE= YES USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile .include "../../x11/gnustep-back/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage index 32c7fa5bd2a..aa1bfcb0e8b 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.11 2006/07/25 16:01:00 jlam Exp $ +# $NetBSD: Makefile.subpackage,v 1.12 2006/09/09 02:46:09 obache Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -23,7 +23,7 @@ pre-configure: gtk-configure gtk-configure: cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} + ${MAKE_PROGRAM} -f ${MAKE_FILE} ${BUILD_TARGET} .include "../../lang/perl5/module.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile index d36303dce26..55cf8ce3dd7 100644 --- a/x11/ssystem/Makefile +++ b/x11/ssystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:11:43 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:46:09 obache Exp $ # DISTNAME= ssystem-1.6 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_TOOLS+= flex USE_X11BASE= yes -MAKEFILE= Makefile.FreeBSD +MAKE_FILE= Makefile.FreeBSD DATA_FILES= *.jpg *.dat ssystem.conf DOC_FILES= LICENSE README diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile index 55fc8ba80ff..0abf32a615f 100644 --- a/x11/wxhaskell/Makefile +++ b/x11/wxhaskell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/09/03 00:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/09 02:46:09 obache Exp $ DISTNAME= wxhaskell-src-0.9.4 PKGNAME= ${DISTNAME:S/-src//} @@ -16,7 +16,7 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_FLAGS+= X11BASE=${X11BASE:Q} # I don't know where that number comes from, but it changes sometimes. diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index 4d9ecd73614..93bfab73582 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:11:49 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:46:09 obache Exp $ DISTNAME= pns_source PKGNAME= xpns-1.0 @@ -13,7 +13,7 @@ COMMENT= Petri-Net Simulator for Xwindows WRKSRC= ${WRKDIR} USE_X11BASE= yes -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= pns INSTALLATION_DIRS= bin |