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. --- time/asclock-gtk/Makefile | 4 ++-- time/cal/Makefile | 4 ++-- time/glclock/Makefile | 4 ++-- time/logtime/Makefile | 4 ++-- time/pcal/Makefile | 4 ++-- time/plan/Makefile | 6 +++--- time/rclock/Makefile | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'time') diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index 340b01a79e2..62616a56bed 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:21 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= asclock-gtk-2.1.10beta @@ -19,7 +19,7 @@ USE_X11BASE= # defined PLIST_SRC= ${PKGDIR}/PLIST \ ${PKGDIR}/PLIST.themes -ALL_TARGET= asclock +BUILD_TARGET= asclock pre-configure: cd ${WRKSRC}; ${LN} -sf themes/classic default_theme diff --git a/time/cal/Makefile b/time/cal/Makefile index 3487c880443..0cc4f4ddb18 100644 --- a/time/cal/Makefile +++ b/time/cal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:27:16 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:11 wiz Exp $ # FreeBSD Id: Makefile,v 1.5 1997/05/12 06:33:23 max Exp # @@ -12,7 +12,7 @@ COMMENT= Enhanced color version of standard calendar utility WRKSRC= ${WRKDIR}/cal-3.5/source MAKEFILE= makefile.unx -ALL_TARGET= cal +BUILD_TARGET= cal PKG_SYSCONFSUBDIR= cal CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\" diff --git a/time/glclock/Makefile b/time/glclock/Makefile index bc486f1d761..a4e77d9703f 100644 --- a/time/glclock/Makefile +++ b/time/glclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:22 tv Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= glclock-6.0b6.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.daionet.gr.jp/~masa/glclock COMMENT= OpenGL-based pocket watch MAKEFILE= makefile -ALL_TARGET= glclock +BUILD_TARGET= glclock USE_BUILDLINK3= yes USE_X11= # defined diff --git a/time/logtime/Makefile b/time/logtime/Makefile index 4e3b286298c..b3c547fab2e 100644 --- a/time/logtime/Makefile +++ b/time/logtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/08 23:30:53 kim Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= logtime-1.2 @@ -14,7 +14,7 @@ NO_CONFIGURE= yes MAKE_PARAMS+= PREFIX=${PREFIX} -ALL_TARGET= all ${MAKE_PARAMS} +BUILD_TARGET= all ${MAKE_PARAMS} INSTALL_TARGET= install ${MAKE_PARAMS} .include "../../mk/bsd.pkg.mk" diff --git a/time/pcal/Makefile b/time/pcal/Makefile index f163a643850..4e3d94f94e7 100644 --- a/time/pcal/Makefile +++ b/time/pcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:55:03 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= pcal-4.7 @@ -20,7 +20,7 @@ WWWSERVER!= hostname MAKE_ENV+= PAPERSIZE="${PAPERSIZE}" MAKE_ENV+= CC="${CC}" HOST_CC="${HOST_CC}" -ALL_TARGET= pcal +BUILD_TARGET= pcal pre-install: ${MV} ${WRKSRC}/pcal.cgi ${WRKSRC}/pcal.cgi.tmp diff --git a/time/plan/Makefile b/time/plan/Makefile index 330fd5c0ec5..55b0816abca 100644 --- a/time/plan/Makefile +++ b/time/plan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:22 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:15:11 wiz Exp $ DISTNAME= plan-1.8.4 PKGREVISION= 1 @@ -12,12 +12,12 @@ COMMENT= Schedule planner based on X/Motif WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK3= YES USE_X11BASE= YES -ALL_TARGET= ${LOWER_OPSYS} +BUILD_TARGET= ${LOWER_OPSYS} .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "IRIX" -ALL_TARGET= ${LOWER_VENDOR}${OS_VERSION:C/.[0-9]//} +BUILD_TARGET= ${LOWER_VENDOR}${OS_VERSION:C/.[0-9]//} .endif .include "../../mk/compiler.mk" diff --git a/time/rclock/Makefile b/time/rclock/Makefile index eea38d44cc6..651578c8076 100644 --- a/time/rclock/Makefile +++ b/time/rclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:55:05 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:11 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/03/03 16:27:10 obrien Exp # @@ -15,6 +15,6 @@ COMMENT= Analog clock for X w/appointment reminder and mail notification USE_X11BASE= yes GNU_CONFIGURE= yes -ALL_TARGET= clock +BUILD_TARGET= clock .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3