aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Time-HiRes/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-09-14 18:01:03 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-09-14 18:01:03 +0000
commit8abb2a29deefe8eda55dbd2cf8f007942dbfe054 (patch)
tree4682e37cbc9eac986413a16fff9d0eee41b16bc3 /devel/p5-Time-HiRes/Makefile
parent2e331e731fb5b56ff15dd164fec7cefd93e5f437 (diff)
Notes
Diffstat (limited to 'devel/p5-Time-HiRes/Makefile')
-rw-r--r--devel/p5-Time-HiRes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Time-HiRes/Makefile b/devel/p5-Time-HiRes/Makefile
index f83ee9f91828..780567f08551 100644
--- a/devel/p5-Time-HiRes/Makefile
+++ b/devel/p5-Time-HiRes/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= Time-HiRes
-PORTVERSION= 1.35
+PORTVERSION= 1.36
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
@@ -21,6 +21,6 @@ MAN3= Time::HiRes.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
- ${PERL} -pi -e '$$_ = "" if /MAN3PODS/' ${WRKSRC}/Makefile.PL
+ ${PERL} -pi -e '$$_ = "" if /MAN3PODS|INSTALLDIRS/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>