diff options
author | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
commit | 5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54 (patch) | |
tree | 1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /converters/p5-Jcode | |
parent | f1349125eb73cfee536105a66c0bab7c5347b686 (diff) | |
download | pkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.tar.gz |
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'converters/p5-Jcode')
-rw-r--r-- | converters/p5-Jcode/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/converters/p5-Jcode/Makefile b/converters/p5-Jcode/Makefile index db0b59288fc..1f1068d6e93 100644 --- a/converters/p5-Jcode/Makefile +++ b/converters/p5-Jcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/10/27 20:48:56 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/17 15:27:58 dillo Exp $ # DISTNAME= Jcode-0.82 @@ -15,12 +15,10 @@ DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Jcode/.packlist +TEST_TARGET= test pre-configure: @cd ${WRKSRC}; ${RM} -f mac_install.pl win_install.pl -test: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |