summaryrefslogtreecommitdiff
path: root/textproc/namazu2
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/namazu2
parent83e8d7237280e315a0f683c2ed6a48dc403586cb (diff)
downloadpkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'textproc/namazu2')
-rw-r--r--textproc/namazu2/Makefile6
1 files changed, 2 insertions, 4 deletions
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"