summaryrefslogtreecommitdiff
path: root/devel/ruby-bsearch
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit614ccb423c152a431aa1ea36e39e8e6ea9d29f45 (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /devel/ruby-bsearch
parent1ec18aae07f54c817a6714d87afb257e0711c880 (diff)
downloadpkgsrc-614ccb423c152a431aa1ea36e39e8e6ea9d29f45.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'devel/ruby-bsearch')
-rw-r--r--devel/ruby-bsearch/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile
index 805263b9464..04f83b58313 100644
--- a/devel/ruby-bsearch/Makefile
+++ b/devel/ruby-bsearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/03/05 15:58:32 taca Exp $
+# $NetBSD: Makefile,v 1.5 2003/02/17 15:28:00 dillo Exp $
DISTNAME= ruby-bsearch-${VERSION}
PKGNAME= ${RUBY_PKGNAMEPREFIX}bsearch-${VERSION}
@@ -14,6 +14,8 @@ DIST_SUBDIR= ruby
USE_RUBY_RD= # defined
NO_PATCH= # defined
NO_CONFIGURE= # defined
+TEST_DIRS= ${WRKSRC}/tests
+TEST_TARGET= check
RD_SRCS= bsearch.en.rd bsearch.ja.rd
DOCS= ${RD_SRCS} bsearch.en.html bsearch.ja.html bsearch.png
@@ -30,9 +32,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/bsearch
.endfor
-test:
- cd ${WRKSRC}/tests; make
-
.include "../../textproc/ruby-rdtool/Makefile.common"
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"