summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-30 09:53:29 +0000
committerjoerg <joerg>2007-07-30 09:53:29 +0000
commit9be45ae6dae6ceb8afa93402c2b678d1ec95deb6 (patch)
treef1447acbcc5c1fdbfc1479245545741791845901 /devel
parent553b5b77d3a1d8c98b97e666d6526e8688e29a52 (diff)
downloadpkgsrc-9be45ae6dae6ceb8afa93402c2b678d1ec95deb6.tar.gz
Fix path to Perl. Bump revision.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Proc-ProcessTable/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Proc-ProcessTable/Makefile b/devel/p5-Proc-ProcessTable/Makefile
index f92284edc51..c6a6b96334b 100644
--- a/devel/p5-Proc-ProcessTable/Makefile
+++ b/devel/p5-Proc-ProcessTable/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/03/02 10:18:06 grant Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/30 09:53:29 joerg Exp $
#
DISTNAME= Proc-ProcessTable-0.41
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
@@ -11,6 +12,8 @@ COMMENT= Perl extension to access the UNIX process table
PKG_INSTALLATION_TYPES= overwrite pkgviews
+REPLACE_PERL= example.pl
+
PERL5_PACKLIST= auto/Proc/ProcessTable/.packlist
.include "../../lang/perl5/module.mk"