diff options
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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 \ |