summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit2c8802789806b9ddef6e800c82359872ee24551f (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /textproc
parent83e8d7237280e315a0f683c2ed6a48dc403586cb (diff)
downloadpkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'textproc')
-rw-r--r--textproc/icu/Makefile6
-rw-r--r--textproc/namazu2/Makefile6
2 files changed, 4 insertions, 8 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"
diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile
index aff847d0746..d43103e8ae8 100644
--- a/textproc/namazu2/Makefile
+++ b/textproc/namazu2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/12/08 11:34:39 cjep Exp $
+# $NetBSD: Makefile,v 1.6 2003/02/17 15:28:03 dillo Exp $
# FreeBSD Id: ports/japanese/namazu2/Makefile,v 1.16 2000/10/26 20:56:25 knu Exp
DISTNAME= namazu-2.0.12
@@ -38,6 +38,7 @@ USE_PERL5= # defined
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+TEST_TARGET= check
CONFLICTS+= namazu-[0-9]*
@@ -56,9 +57,6 @@ post-install:
@${TEST} -d ${LOCALBASE}/etc/namazu || ${INSTALL_DATA_DIR} ${LOCALBASE}/etc/namazu
@${SH} ${WRKDIR}/INSTALL ${PKGNAME} POST-INSTALL
-test:
- @cd ${WRKSRC}; make check
-
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"