diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 06:22:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 06:22:49 +0000 |
commit | 32eecb09300d2faea3031712e9d6001496030d19 (patch) | |
tree | 617f97a7108d5e3a0d474014fae8cd3a236356f8 /security/p5-Digest-Nilsimsa | |
parent | 5e9fc8d16073a8db1aee2013f167a681c947b172 (diff) | |
download | pkgsrc-32eecb09300d2faea3031712e9d6001496030d19.tar.gz |
Remove redundant TEST_TARGET definition that matches the default one in
perl5/module.mk.
Diffstat (limited to 'security/p5-Digest-Nilsimsa')
-rw-r--r-- | security/p5-Digest-Nilsimsa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |