From 4fe7a39a7e4b43672312c01d5692c1af6b519f11 Mon Sep 17 00:00:00 2001 From: wilfried Date: Sat, 8 Jun 2002 18:24:13 +0000 Subject: [PATCH] fix regress --- net/p5-Net-Ping-External/Makefile | 6 ++---- net/p5-Net-Traceroute/Makefile | 6 +----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/net/p5-Net-Ping-External/Makefile b/net/p5-Net-Ping-External/Makefile index 0aa266a32fd..6d815815c72 100644 --- a/net/p5-Net-Ping-External/Makefile +++ b/net/p5-Net-Ping-External/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/05/15 17:42:25 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2002/06/08 18:24:13 wilfried Exp $ COMMENT= "alternative Perl interface to ping(1)" @@ -20,8 +20,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} CONFIGURE_STYLE= perl -test: build - @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} test +REGRESS_IS_INTERACTIVE= Yes .include diff --git a/net/p5-Net-Traceroute/Makefile b/net/p5-Net-Traceroute/Makefile index 9d9f61823e8..28e83c8de7c 100644 --- a/net/p5-Net-Traceroute/Makefile +++ b/net/p5-Net-Traceroute/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/05/15 17:42:25 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2002/06/08 18:24:13 wilfried Exp $ COMMENT= "traceroute(1) functionality in perl" @@ -21,8 +21,4 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} CONFIGURE_STYLE= perl -test: build - @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} test - .include