diff options
author | lbr <lbr@FreeBSD.org> | 2007-03-07 19:16:50 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2007-03-07 19:16:50 +0800 |
commit | d9bdd740435f9c9c92135f6dfa1e596b7d86bae2 (patch) | |
tree | d2d00c548da51cbc5715905a1d96169ace2add5d | |
parent | 278551a2c3fd7f955ba59803e365de2a3ec718d1 (diff) | |
download | freebsd-ports-gnome-d9bdd740435f9c9c92135f6dfa1e596b7d86bae2.tar.gz freebsd-ports-gnome-d9bdd740435f9c9c92135f6dfa1e596b7d86bae2.tar.zst freebsd-ports-gnome-d9bdd740435f9c9c92135f6dfa1e596b7d86bae2.zip |
Included AutoInstall.pm bugs out on multi-dot version numbers, so let
ports handle all the installation requirements...
Thanks to Anton Berezin.
-rw-r--r-- | textproc/p5-FormValidator-Simple/Makefile | 5 |
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 |