diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-21 17:46:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-21 17:46:16 +0000 |
commit | 3da30d1205526742b42e4c3bfd9c41b3b4e61669 (patch) | |
tree | 2434f06bfb6827c73a5e91e54720d60f0e7cbde5 /devel/p5-DateTime-Format-DateManip/Makefile | |
parent | 9b23ece01e59a3db74b130a704297a04e7ca6f36 (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-DateManip/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-DateManip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-DateManip/Makefile b/devel/p5-DateTime-Format-DateManip/Makefile index 0d3545a683e6..0475c85e993f 100644 --- a/devel/p5-DateTime-Format-DateManip/Makefile +++ b/devel/p5-DateTime-Format-DateManip/Makefile @@ -6,8 +6,7 @@ # PORTNAME= DateTime-Format-DateManip -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -30,7 +29,7 @@ MAN3= DateTime::Format::DateManip.3 .if ${PERL_LEVEL} < 500600 post-patch: - ${PERL} -pi -e '$$_ = "" if /^use bytes;/' ${WRKSRC}/lib/DateTime/Format/DateManip.pm + @${PERL} -pi -e '$$_ = "" if /^use bytes;/' ${WRKSRC}/lib/DateTime/Format/DateManip.pm .endif .include <bsd.port.post.mk> |