diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-17 08:45:22 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-17 08:45:22 +0000 |
commit | 6b9a5ae97af6f3ed5c61e2dbde4c2074210f5821 (patch) | |
tree | 1f6764b564c1eeccfed102a0b3783d3a4dbca7d1 /devel/p5-DateTime-Format-Pg/Makefile | |
parent | bbc3c2103e114e8010a1f22b549eed2f0d0dc994 (diff) | |
download | ports-6b9a5ae97af6f3ed5c61e2dbde4c2074210f5821.tar.gz ports-6b9a5ae97af6f3ed5c61e2dbde4c2074210f5821.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Pg/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-Pg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/p5-DateTime-Format-Pg/Makefile b/devel/p5-DateTime-Format-Pg/Makefile index 84909ce4d8c9..39ddd53548f9 100644 --- a/devel/p5-DateTime-Format-Pg/Makefile +++ b/devel/p5-DateTime-Format-Pg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Format-Pg -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -24,8 +24,4 @@ PERL_CONFIGURE= yes MAN3= DateTime::Format::Pg.3 -post-patch: - @${PERL} -pi -e '$$_ = "" if /5.008/' ${WRKSRC}/Makefile.PL - @${PERL} -pi -e 's/^our (\$$VERSION)/use vars qw($$1); $$1/;' ${WRKSRC}/lib/DateTime/Format/Pg.pm - .include <bsd.port.mk> |