summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"