diff options
author | jlam <jlam> | 2001-01-22 14:23:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-01-22 14:23:43 +0000 |
commit | d8841681227222632f5c9f6d4ee690ecdcf0e9b6 (patch) | |
tree | cdeebf087956064c670d64c770f2404f79f602a3 /security | |
parent | 68fca4e2c035b6b46022d77406a6e3a560a9410e (diff) | |
download | pkgsrc-d8841681227222632f5c9f6d4ee690ecdcf0e9b6.tar.gz |
CONFLICTS= foo-* --> CONFLICTS= foo-[0-9]*
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 | ||||
-rw-r--r-- | security/p5-MD5/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index c8c210cff05..5ca02a43e02 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/10/15 02:30:33 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/22 14:23:43 jlam Exp $ # DISTNAME= Digest-MD5-2.12 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= packages@netbsd.org -CONFLICTS+= p5-MD5-* +CONFLICTS+= p5-MD5-[0-9]* USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/MD5/.packlist diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index a6d544aaa2d..498c2876ad7 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/27 07:11:20 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/22 14:23:44 jlam Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MD5/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MD5/MD5.html -CONFLICTS+= p5-Digest-MD5-* +CONFLICTS+= p5-Digest-MD5-[0-9]* USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MD5/.packlist |