From 9d47c6ba38c4207a7919a9ff22c87fad693eb4ad Mon Sep 17 00:00:00 2001 From: dillo Date: Sat, 12 Jul 2003 13:13:46 +0000 Subject: use TEST_TARGET instead of custom test target --- devel/pth/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'devel/pth') diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 990c5bfda91..bfb30a3309c 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2003/06/02 01:20:18 jschauma Exp $ +# $NetBSD: Makefile,v 1.58 2003/07/12 13:17:57 dillo Exp $ # DISTNAME= pth-2.0.0 @@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --with-fdsetsize=1024 CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub +TEST_TARGET= test + # for PLIST PTH_MAJOR= 20 PTH_MINOR= 20 @@ -37,10 +39,6 @@ CONFIGURE_ARGS+= --enable-syscall-hard . endif .endif -test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test | \ - tee ${WRKSRC}/test.log - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/ cd ${WRKSRC} && ${INSTALL_DATA} ANNOUNCE AUTHORS COPYING HACKING \ -- cgit v1.2.3