summaryrefslogtreecommitdiff
path: root/devel/gmake
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/gmake
parent123568f0eb99db39747085f2e00ca92b49b2adc7 (diff)
downloadpkgsrc-9d47c6ba38c4207a7919a9ff22c87fad693eb4ad.tar.gz
use TEST_TARGET instead of custom test target
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index 56790c93932..ab4a4e28d1b 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2003/07/10 22:40:31 seb Exp $
+# $NetBSD: Makefile,v 1.48 2003/07/12 13:17:56 dillo Exp $
DISTNAME= make-3.80
PKGNAME= gmake-3.80
@@ -17,6 +17,11 @@ USE_NEW_TEXINFO= YES
TEXINFO_REQD= 4.0
INFO_FILES= make.info
+# NOTE: the 'test' target requires perl, but since gmake does
+# not otherwise require it, perl is not listed as an explicit
+# dependency
+TEST_TARGET= check
+
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
@@ -38,13 +43,5 @@ post-install:
${LN} -sf ${GNU_PROGRAM_PREFIX}make ${PREFIX}/bin/gmake
.endif
-# NOTE: the 'test' target requires perl, but since gmake does
-# not otherwise require it, perl is not listed as an explicit
-# dependency
-test: build
- cd ${WRKSRC} && \
- ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \
- tee ${WRKDIR}/tests.log
-
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"