summaryrefslogtreecommitdiff
path: root/textproc/icu
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2003-02-17 15:27:58 +0000
committerdillo <dillo@pkgsrc.org>2003-02-17 15:27:58 +0000
commit5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54 (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /textproc/icu
parentf1349125eb73cfee536105a66c0bab7c5347b686 (diff)
downloadpkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'textproc/icu')
-rw-r--r--textproc/icu/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index ee34303953c..80da99d9b2e 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/10/28 22:59:59 seb Exp $
+# $NetBSD: Makefile,v 1.11 2003/02/17 15:28:02 dillo Exp $
#
DISTNAME= icu-1.7
@@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/icu/source
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_BUILDLINK2= YES
+TEST_TARGET= check
.include "../../mk/endian.mk"
@@ -32,7 +33,4 @@ CONFIGURE_ARGS+= --disable-threads
pre-configure:
${CHMOD} u+rx ${WRKSRC}/configure
-test: build
- cd ${WRKSRC} && ${MAKE_PROGRAM} check
-
.include "../../mk/bsd.pkg.mk"