diff options
author | anray <anray@FreeBSD.org> | 2006-01-29 17:09:36 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-29 17:09:36 +0800 |
commit | be5498079074d70a3d2080d84c18c864c0013462 (patch) | |
tree | 3e54c914ec03e6502ed5d28f4132c6b9ba6f9642 /finance | |
parent | eca94d58c6c9286f48a433837f7c6198eef3d1e0 (diff) | |
download | freebsd-ports-gnome-be5498079074d70a3d2080d84c18c864c0013462.tar.gz freebsd-ports-gnome-be5498079074d70a3d2080d84c18c864c0013462.tar.zst freebsd-ports-gnome-be5498079074d70a3d2080d84c18c864c0013462.zip |
Fix build when perl version < 5.6
PR: ports/92480
Submitted by: maintainer
Reported by: pointyhat
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Currency-Convert-WebserviceX/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile index 71acfa808b97..34d2dfadf8bb 100644 --- a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile @@ -27,6 +27,7 @@ MAN3= Finance::Currency::Convert::WebserviceX.3 .if ${PERL_LEVEL} < 500600 post-patch: @${PERL} -pi -e '$$_ = "" if /^use warnings/o' \ + ${WRKSRC}/Makefile.PL \ ${WRKSRC}/lib/Finance/Currency/Convert/WebserviceX.pm .endif |