summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2001-09-26 08:12:33 +0000
committertaca <taca@pkgsrc.org>2001-09-26 08:12:33 +0000
commit8cc98f5d82b393721c5fb57bd3c0659ad4bfa388 (patch)
treead1d14dd9224abf317962bfb22300da0d0799f02 /japanese
parentd3c7a35158cf5fe25e419c498fac8377129ef546 (diff)
downloadpkgsrc-8cc98f5d82b393721c5fb57bd3c0659ad4bfa388.tar.gz
Create test target and don't always do testing.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/p5-Jcode/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile
index 857ecb69f20..c17ee8322bc 100644
--- a/japanese/p5-Jcode/Makefile
+++ b/japanese/p5-Jcode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/07/19 12:54:57 taca Exp $
+# $NetBSD: Makefile,v 1.10 2001/09/26 08:12:33 taca Exp $
#
DISTNAME= Jcode-0.75
@@ -14,7 +14,6 @@ DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Jcode/.packlist
-ALL_TARGET+= test
pre-configure:
@cd ${WRKSRC}; ${RM} -f mac_install.pl win_install.pl
@@ -22,4 +21,7 @@ pre-configure:
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+test:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test
+
.include "../../mk/bsd.pkg.mk"