diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /time/plan | |
parent | a1052f051eabb24e35ae6af3a4b193d6e8682662 (diff) | |
download | pkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'time/plan')
-rw-r--r-- | time/plan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |