diff options
author | skv <skv@FreeBSD.org> | 2002-11-05 21:57:29 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-11-05 21:57:29 +0800 |
commit | 3c846ee890bc42b9a04652de2159df55c6df24a4 (patch) | |
tree | ff2129b800caeaa86c89193b0ad904eb932c96cf /textproc | |
parent | 99c180975bf783f021eeb0bba797fa38b174d01f (diff) | |
download | freebsd-ports-gnome-3c846ee890bc42b9a04652de2159df55c6df24a4.tar.gz freebsd-ports-gnome-3c846ee890bc42b9a04652de2159df55c6df24a4.tar.zst freebsd-ports-gnome-3c846ee890bc42b9a04652de2159df55c6df24a4.zip |
Fix build under Perl < 5.6.x
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Sablotron/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index f966c834e495..95717d74a8f1 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \ post-patch: @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/Sablotron/Makefile.PL + @${PERL} -pi -e 's/^our /my /;' ${WRKSRC}/Makefile.PL MAN3= XML::Sablotron.3 XML::Sablotron::DOM.3 \ XML::Sablotron::SAXBuilder.3 |