summaryrefslogtreecommitdiff
path: root/math/p5-Set-Window/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-07-28 06:41:19 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-07-28 06:41:19 +0000
commit8a4f82b6c87200afb8989066688a31956916dd60 (patch)
tree19e2f669d6bf152fd70640ea07eb44f4fc0df871 /math/p5-Set-Window/Makefile
parentUpdate to 0.02. (diff)
Update to 1.01.
Notes
Notes: svn path=/head/; revision=63656
Diffstat (limited to 'math/p5-Set-Window/Makefile')
-rw-r--r--math/p5-Set-Window/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Set-Window/Makefile b/math/p5-Set-Window/Makefile
index 34e141623e43..c0607a00173b 100644
--- a/math/p5-Set-Window/Makefile
+++ b/math/p5-Set-Window/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Set-Window
-PORTVERSION= 1.00
+PORTVERSION= 1.01
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
@@ -19,4 +19,7 @@ PERL_CONFIGURE= yes
MAN3= Set::Window.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+post-patch:
+ ${PERL} -pi -e '$$_="" if /use 5/;' ${WRKSRC}/Window.pm
+
.include <bsd.port.mk>