summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Diff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-01-23 00:35:20 +0000
committerrillig <rillig@pkgsrc.org>2006-01-23 00:35:20 +0000
commitf4ef376c49b9cc0d4232d507b85d892a0ec7d68f (patch)
treefabc1b80ad8c68fe03e2d485b8fe0b9cf008ed78 /devel/p5-Algorithm-Diff
parentb72bed36b3838e0d0b3138675d424e67f0f769b0 (diff)
downloadpkgsrc-f4ef376c49b9cc0d4232d507b85d892a0ec7d68f.tar.gz
Added REPLACE_PERL. Bumped PKGREVISION.
Diffstat (limited to 'devel/p5-Algorithm-Diff')
-rw-r--r--devel/p5-Algorithm-Diff/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile
index 21ff9158fcf..4039423b78e 100644
--- a/devel/p5-Algorithm-Diff/Makefile
+++ b/devel/p5-Algorithm-Diff/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/23 00:35:20 rillig Exp $
DISTNAME= Algorithm-Diff-1.1901
PKGNAME= p5-${DISTNAME:S/1901/19.01/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
EXTRACT_SUFX= .zip
@@ -13,6 +13,8 @@ COMMENT= Perl module for diffing similar to diff(1)
PKG_INSTALLATION_TYPES= overwrite pkgviews
+REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl
+
PERL5_PACKLIST= auto/Algorithm/Diff/.packlist
.include "../../lang/perl5/module.mk"