diff options
-rw-r--r-- | converters/p5-Jcode/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-razor-agents/Makefile | 3 | ||||
-rw-r--r-- | net/p5-SNMP/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-Nilsimsa/Makefile | 3 | ||||
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 |
5 files changed, 5 insertions, 11 deletions
diff --git a/converters/p5-Jcode/Makefile b/converters/p5-Jcode/Makefile index ab9e3582f31..36c76331c22 100644 --- a/converters/p5-Jcode/Makefile +++ b/converters/p5-Jcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 16:36:13 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/13 06:22:49 jlam Exp $ # DISTNAME= Jcode-0.83 @@ -15,7 +15,6 @@ 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 diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index 00c18456a5f..3d07fe02b66 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 16:56:52 martti Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/13 06:22:50 jlam Exp $ DISTNAME= razor-agents-2.22 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,6 @@ DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # because Net::Ping, Getopt::Long, File::Copy are needed BUILDLINK_DEPENDS.perl= perl>=5.6.0 USE_BUILDLINK2= YES -TEST_TARGET= test PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/razor-agents/.packlist diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index 38cd9e7a273..ced5545643b 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 22:51:34 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/13 06:22:50 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp # @@ -13,7 +13,6 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl5 module for interfacing to the UCD SNMP library USE_BUILDLINK2= YES -TEST_TARGET= test PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SNMP/.packlist # Until the source catches up to the current Perl API, we need PERL_POLLUTE diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile index 27f766becae..fa897b734c8 100644 --- a/security/p5-Digest-Nilsimsa/Makefile +++ b/security/p5-Digest-Nilsimsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:20:21 martti Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/13 06:22:51 jlam Exp $ # DISTNAME= Digest-Nilsimsa-0.06 @@ -15,7 +15,6 @@ COMMENT= Perl5 extension module for Nilsimsa signatures # with 5.6.1 :-/ BUILDLINK_DEPENDS.perl= perl>=5.6.1 USE_BUILDLINK2= YES -TEST_TARGET= test PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/Nilsimsa/.packlist diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index d642fd06c0b..c97902a1c8f 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 17:28:42 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/13 06:22:51 jlam Exp $ # DISTNAME= Time-HiRes-1.49 @@ -16,7 +16,5 @@ USE_BUILDLINK2= YES PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist -TEST_TARGET= test - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |