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 | e711ee946c5eaf97e92e8c09b0f571f9386f725b (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /cad | |
parent | ecb0801e3d4ad5590c3adb46de3fc9bef45a05e3 (diff) | |
download | pkgsrc-e711ee946c5eaf97e92e8c09b0f571f9386f725b.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/atlc/Makefile | 4 | ||||
-rw-r--r-- | cad/simian/Makefile | 4 | ||||
-rw-r--r-- | cad/vipec/Makefile | 4 | ||||
-rw-r--r-- | cad/xcircuit/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile index efc0437d8a0..1f2dd699343 100644 --- a/cad/atlc/Makefile +++ b/cad/atlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/27 20:57:47 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:52 wiz Exp $ # DISTNAME= atlc-4.6.0 @@ -13,7 +13,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK3= YES # note: the check target builds some of the # example files which get installed. -ALL_TARGET= all check +BUILD_TARGET= all check TEST_DIRS= ${WRKSRC} TEST_TARGET= check diff --git a/cad/simian/Makefile b/cad/simian/Makefile index fd71085cb98..b0fc1fbfb8f 100644 --- a/cad/simian/Makefile +++ b/cad/simian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:09:09 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:52 wiz Exp $ # DISTNAME= simian_12_98 @@ -19,7 +19,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/Simian/src -ALL_TARGET= simian +BUILD_TARGET= simian INTERACTIVE_STAGE= fetch diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 86ede0abf59..244f4911ecd 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/10/03 00:13:13 tv Exp $ +# $NetBSD: Makefile,v 1.37 2004/12/03 15:14:52 wiz Exp $ # DISTNAME= ViPEC-3.1.3 @@ -19,7 +19,7 @@ UNLIMIT_RESOURCES+= datasize CONFLICTS+= vipec-[0-9]* -ALL_TARGET= ALL +BUILD_TARGET= ALL do-configure: cd ${WRKSRC}/src && tmake vipec "CONFIG+=release" -o Makefile diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 4ae70df39ab..3f3c6bb6cfd 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/11/19 13:24:11 adam Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/03 15:14:52 wiz Exp $ DISTNAME= xcircuit-3.3.0 CATEGORIES= cad graphics @@ -18,7 +18,7 @@ CONFIGURE_ARGS+=--with-tcllibs=${BUILDLINK_PREFIX.tcl}/lib CONFIGURE_ARGS+=--with-tkincls=${BUILDLINK_PREFIX.tk}/include CONFIGURE_ARGS+=--with-tklibs=${BUILDLINK_PREFIX.tk}/lib -ALL_TARGET= tcl +BUILD_TARGET= tcl INSTALL_TARGET= install-tcl post-extract: |