summaryrefslogtreecommitdiff
path: root/www/wml
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 /www/wml
parent83e8d7237280e315a0f683c2ed6a48dc403586cb (diff)
downloadpkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'www/wml')
-rw-r--r--www/wml/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index b6b912f2bcb..5ca05a8bf44 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/01/24 13:36:21 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2003/02/17 15:28:03 dillo Exp $
#
DISTNAME= wml-2.0.3
@@ -23,6 +23,7 @@ CONFIGURE_ARGS= --with-perl=${PERL5} \
--with-tidy=${LOCALBASE}/bin/tidy
USE_BUILDLINK2= yes
+TEST_TARGET= test
USE_NCURSES= # redrawwin()
@@ -40,9 +41,6 @@ post-install:
${MV} $${i}.7 $${i}.0 ; \
done
-test:
- @cd ${WRKSRC} && ${MAKE} test
-
.include "../../devel/ncurses/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"