summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2003-07-12 13:13:46 +0000
committerdillo <dillo@pkgsrc.org>2003-07-12 13:13:46 +0000
commit9d47c6ba38c4207a7919a9ff22c87fad693eb4ad (patch)
tree68457ba24041937092778809b478b50fbdc41ad7 /devel/pth
parent123568f0eb99db39747085f2e00ca92b49b2adc7 (diff)
downloadpkgsrc-9d47c6ba38c4207a7919a9ff22c87fad693eb4ad.tar.gz
use TEST_TARGET instead of custom test target
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile8
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 \