From 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- x11/hanterm/Makefile | 4 ++-- x11/kdelibdocs3/Makefile | 4 ++-- x11/openmotif/Makefile | 4 ++-- x11/p5-gtk/Makefile.subpackage | 4 ++-- x11/qt1/Makefile | 4 ++-- x11/qt2-designer-kde/Makefile | 4 ++-- x11/qt2-designer/Makefile | 4 ++-- x11/qt2-libs/Makefile | 4 ++-- x11/qt3-libs/Makefile | 4 ++-- x11/qt3-tools/Makefile | 4 ++-- x11/xephem/Makefile | 4 ++-- x11/xpns/Makefile | 4 ++-- x11/xservers/Makefile | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) (limited to 'x11') diff --git a/x11/hanterm/Makefile b/x11/hanterm/Makefile index 81ae5623512..074c5c494a3 100644 --- a/x11/hanterm/Makefile +++ b/x11/hanterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/03/01 13:42:25 junyoung Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/03 15:15:12 wiz Exp $ DISTNAME= hanterm-3.1.6 PKGREVISION= 1 @@ -10,6 +10,6 @@ HOMEPAGE= http://hanterm.kldp.net/ COMMENT= X11R6-based xterm hacked for managing Korean languages USE_IMAKE= YES -ALL_TARGET= hanterm +BUILD_TARGET= hanterm .include "../../mk/bsd.pkg.mk" diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index 1d8577a1f18..8e7eec758c0 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/10/13 11:55:51 markd Exp $ +# $NetBSD: Makefile,v 1.25 2004/12/03 15:15:12 wiz Exp $ DISTNAME= kdelibs-3.3.1 PKGNAME= kdelibdocs-3.3.1 @@ -13,7 +13,7 @@ BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz BUILD_DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs USE_BUILDLINK3= YES -ALL_TARGET= apidox +BUILD_TARGET= apidox INSTALL_TARGET= install-data-local UNLIMIT_RESOURCES+= datasize diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index cde5f7b8ae5..0ab827e9738 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/07/22 17:04:28 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2004/12/03 15:15:12 wiz Exp $ # FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp # OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp @@ -27,7 +27,7 @@ DIST_SUBDIR= openmotif USE_X11BASE= yes USE_BUILDLINK3= yes USE_PKGINSTALL= yes -ALL_TARGET= World +BUILD_TARGET= World USE_TBL= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage index c7e57d51fcc..a01798b03c9 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.6 2004/04/25 02:21:06 xtraeme Exp $ +# $NetBSD: Makefile.subpackage,v 1.7 2004/12/03 15:15:12 wiz Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SUBPACKAGE} pre-configure: cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE} ${ALL_TARGET} + ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} .include "../../lang/perl5/module.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile index 129cd116c7e..4a59f06af38 100644 --- a/x11/qt1/Makefile +++ b/x11/qt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/11/26 15:32:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/03 15:15:12 wiz Exp $ # DISTNAME= qt-1.44 @@ -22,7 +22,7 @@ QTPREFIX=${PREFIX}/qt1 MAKE_ENV= QTDIR=${WRKSRC} QTPREFIX=${QTPREFIX} MAKE_ENV+= CXXOPTS="${CFLAGS}" -ALL_TARGET= src +BUILD_TARGET= src .include "../../mk/bsd.prefs.mk" diff --git a/x11/qt2-designer-kde/Makefile b/x11/qt2-designer-kde/Makefile index 28a5ead57a1..c4ebd2e64e4 100644 --- a/x11/qt2-designer-kde/Makefile +++ b/x11/qt2-designer-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:18:37 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/03 15:15:12 wiz Exp $ # PKGNAME= qt2-designer-kde-${QTVERSION} @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= -kde CONFIGURE_ENV+= KDEDIR="${KDEDIR}" MAKE_ENV+= KDEDIR="${KDEDIR}" -ALL_TARGET= sub-tools +BUILD_TARGET= sub-tools UNLIMIT_RESOURCES= datasize do-install: diff --git a/x11/qt2-designer/Makefile b/x11/qt2-designer/Makefile index f5359408f3f..24a1441eaf0 100644 --- a/x11/qt2-designer/Makefile +++ b/x11/qt2-designer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:37 tv Exp $ +# $NetBSD: Makefile,v 1.22 2004/12/03 15:15:12 wiz Exp $ PKGNAME= qt2-designer-${QTVERSION} PKGREVISION= 3 @@ -10,7 +10,7 @@ USE_BUILDLINK3= yes .include "../qt2-libs/Makefile.common" -ALL_TARGET= sub-tools +BUILD_TARGET= sub-tools do-install: ${LIBTOOL} ${INSTALL_DATA} \ diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile index 2d5ed920327..2a43c5d861e 100644 --- a/x11/qt2-libs/Makefile +++ b/x11/qt2-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:38 tv Exp $ +# $NetBSD: Makefile,v 1.26 2004/12/03 15:15:12 wiz Exp $ PKGNAME= qt2-libs-${QTVERSION} PKGREVISION= 6 @@ -12,7 +12,7 @@ CONFIGURE_ENV+= QTDIR="${WRKSRC}" MAKE_ENV+= QTDIR="${WRKSRC}" MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} -ALL_TARGET= sub-src +BUILD_TARGET= sub-src do-install: ${INSTALL_DATA_DIR} ${QTPREFIX} diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 6749e7dacf2..01c6c743ce0 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/10/28 10:32:23 gavan Exp $ +# $NetBSD: Makefile,v 1.31 2004/12/03 15:15:13 wiz Exp $ # LIBQT= ${WRKSRC}/lib/libqt-mt.la @@ -11,7 +11,7 @@ COMMENT= C++ X GUI toolkit GCC_REQD+= 2.95.3 -ALL_TARGET= sub-plugins +BUILD_TARGET= sub-plugins PTHREAD_OPTS+= require diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index ecfab352d35..b645f235775 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/10/28 10:32:23 gavan Exp $ +# $NetBSD: Makefile,v 1.31 2004/12/03 15:15:13 wiz Exp $ # .include "../qt3-libs/Makefile.common" @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= -I${QTDIR}/include \ BUILD_QT3= yes UNLIMIT_RESOURCES= datasize -ALL_TARGET= sub-tools +BUILD_TARGET= sub-tools do-install: ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/uic ${QTPREFIX}/bin diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index bc5aa74d424..4c8507138ca 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/10/03 00:18:39 tv Exp $ +# $NetBSD: Makefile,v 1.28 2004/12/03 15:15:13 wiz Exp $ DISTNAME= xephem-3.5.2 PKGREVISION= 2 @@ -19,7 +19,7 @@ PERL_SCRIPTS= astorb2edb.pl mpcorb2edb.pl LIBSRC1= ${WRKDIR}/${DISTNAME}/libastro LIBSRC2= ${WRKDIR}/${DISTNAME}/libip -ALL_TARGET= # empty +BUILD_TARGET= # empty BUILD_DIRS= ${LIBSRC1} ${LIBSRC2} ${WRKSRC} INSTALL_DIRS= ${WRKSRC} diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index 5a3b5cefb13..b3f0f9b6e7e 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/05/23 20:58:42 danw Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:13 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp # @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR} USE_X11BASE= yes USE_BUILDLINK3= yes MAKEFILE= makefile -ALL_TARGET= pns +BUILD_TARGET= pns do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xpns diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile index 3108757cac5..67ef3b58bd9 100644 --- a/x11/xservers/Makefile +++ b/x11/xservers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/06 19:04:25 jlam Exp $# +# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:13 wiz Exp $# DISTNAME= xservers-3.3.6.3 CATEGORIES= x11 @@ -11,7 +11,7 @@ COMMENT= Old X11 servers for use under XFree86 4.x ONLY_FOR_PLATFORM= NetBSD-*-i386 -ALL_TARGET= World +BUILD_TARGET= World PLIST_SRC= ${WRKDIR}/PLIST USE_X11BASE= YES -- cgit v1.2.3