summaryrefslogtreecommitdiff
path: root/www/wml
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 /www/wml
parentf1349125eb73cfee536105a66c0bab7c5347b686 (diff)
downloadpkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.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"