From b1c51dd7e721f9284a7cb995e6daff50c0bab20a Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 6 Oct 2001 17:45:06 +0000 Subject: [PATCH] Adapt to regress framework --- lang/tcl/8.0/Makefile | 6 ++---- lang/tcl/8.3/Makefile | 6 ++---- x11/tk/8.0/Makefile | 5 ++--- x11/tk/8.3/Makefile | 5 ++--- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/lang/tcl/8.0/Makefile b/lang/tcl/8.0/Makefile index b6d31786be8..f32092d278a 100644 --- a/lang/tcl/8.0/Makefile +++ b/lang/tcl/8.0/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2001/07/05 23:07:48 jsyn Exp $ +# $OpenBSD: Makefile,v 1.8 2001/10/06 17:46:42 espie Exp $ # $FreeBSD: Makefile,v 1.4 1997/12/01 16:50:49 pst Exp $ COMMENT= "Tool Command Language" @@ -38,9 +38,7 @@ CONFIGURE_ARGS+= --disable-load CONFIGURE_ENV= PORTSDIR="${PORTSDIR}" WRKDIST= ${WRKDIR}/${DISTNAME}/unix - -test: build - @cd ${WRKSRC}; make test +REGRESS_TARGET= test post-install: @strip ${PREFIX}/bin/tclsh8.0 diff --git a/lang/tcl/8.3/Makefile b/lang/tcl/8.3/Makefile index 52c35e137ad..551807c3589 100644 --- a/lang/tcl/8.3/Makefile +++ b/lang/tcl/8.3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2001/08/30 02:12:26 brad Exp $ +# $OpenBSD: Makefile,v 1.11 2001/10/06 17:45:06 espie Exp $ # Uses pthreads (can but does not at the moment) COMMENT= "Tool Command Language" @@ -40,8 +40,6 @@ CONFIGURE_ENV= PORTSDIR="${PORTSDIR}" WRKDIST= ${WRKDIR}/${DISTNAME}/unix INSTALL_TARGET= install-strip - -test: build - @cd ${WRKSRC}; make test +REGRESS_TARGET= test .include diff --git a/x11/tk/8.0/Makefile b/x11/tk/8.0/Makefile index af837d6b0d7..51af8b3ac79 100644 --- a/x11/tk/8.0/Makefile +++ b/x11/tk/8.0/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2001/07/11 05:50:24 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.11 2001/10/06 17:46:42 espie Exp $ # $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $ COMMENT= "graphical toolkit for Tcl" @@ -38,8 +38,7 @@ CONFIGURE_ENV= PORTSDIR="${PORTSDIR}" WRKDIST= ${WRKDIR}/${DISTNAME}/unix -test: build - @cd ${WRKBUILD} && make test +REGRESS_TARGET= test post-install: @strip ${PREFIX}/bin/wish8.0 diff --git a/x11/tk/8.3/Makefile b/x11/tk/8.3/Makefile index 88b1161a7d2..9ca206225bd 100644 --- a/x11/tk/8.3/Makefile +++ b/x11/tk/8.3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2001/07/11 05:50:24 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.12 2001/10/06 17:46:42 espie Exp $ COMMENT= "graphical toolkit for Tcl" @@ -37,8 +37,7 @@ CONFIGURE_ENV= PORTSDIR="${PORTSDIR}" WRKDIST= ${WRKDIR}/${DISTNAME}/unix -test: build - @cd ${WRKSRC} && make test +REGRESS_TARGET=test post-install: @strip ${PREFIX}/bin/wish8.3