diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-POE-Component-RRDTool/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile index 91b82f17e514..e39310489713 100644 --- a/databases/p5-POE-Component-RRDTool/Makefile +++ b/databases/p5-POE-Component-RRDTool/Makefile @@ -24,4 +24,8 @@ CONFIGURE_ARGS= </dev/null MAN3= POE::Component::RRDTool.3 +post-patch: + @${PERL} -pi -e 's/(\(\$$maj, \$$min, \$$sub\))/$$1; $$1/' \ + ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> |