summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-03-07 11:16:50 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-03-07 11:16:50 +0000
commitd2751f3bb10c50133c983c63d9a4918446d9afdd (patch)
treea578379ed47b355f3327ac8049dcbcd1ffec0b8c /textproc
parentSchedule for removal, it's there for 5.005_03 users. (diff)
Included AutoInstall.pm bugs out on multi-dot version numbers, so let
ports handle all the installation requirements... Thanks to Anton Berezin.
Notes
Notes: svn path=/head/; revision=186794
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-FormValidator-Simple/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile
index 0d5695e54df9..43fe42026db4 100644
--- a/textproc/p5-FormValidator-Simple/Makefile
+++ b/textproc/p5-FormValidator-Simple/Makefile
@@ -35,6 +35,11 @@ PERL_CONFIGURE= yes
MAN3= FormValidator::Simple.3 \
FormValidator::Simple::Results.3
+# included AutoInstall.pm bugs out on multi-dot version numbers, so let
+# ports handle all the installation requirements...
+post-extract:
+ @${PERL} -i.bak -ne 'print unless /^requires/' ${WRKSRC}/Makefile.PL
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800