diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-17 11:25:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-17 11:25:43 +0000 |
commit | 7c553570ef7eff33cf90a7d9443a6c259a34c7bb (patch) | |
tree | cb83d9d726b36475b75802e21d05e16af38257fe /security | |
parent | 94b2ff9a1f6f58d4f096ff7ba17ab955313d2b71 (diff) | |
download | pkgsrc-7c553570ef7eff33cf90a7d9443a6c259a34c7bb.tar.gz |
Replace a perl interpreter in an installed file. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 0a6c9f4793c..783e0e3ae60 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2013/05/31 12:41:54 wiz Exp $ -# +# $NetBSD: Makefile,v 1.23 2013/06/17 11:25:43 wiz Exp $ DISTNAME= Crypt-IDEA-1.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -16,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c PERL5_PACKLIST= auto/Crypt/IDEA/.packlist +REPLACE_PERL= IDEA.pm .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |