diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-08-30 13:51:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-08-30 13:51:56 +0000 |
commit | 21812668e5f8928d53fcfcdabdfa688d8608865d (patch) | |
tree | ba86df4e7bd1da6ca994bf33598262944d12e264 /textproc/p5-XML-DOM | |
parent | - Update to 1.3.2 (diff) |
Fix incorrect regexp substitution on 4.x.
Reported by: pav
Notes
Notes:
svn path=/head/; revision=141448
Diffstat (limited to 'textproc/p5-XML-DOM')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index 5ce916c82d06..2ebcc5cd3f2f 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -42,7 +42,7 @@ PBASE= ${SITE_PERL} .if ${OSVERSION} < 500007 post-patch: - @${PERL} -i -pe 's/^use bytes;.*//;' ${WRKSRC}/lib/XML/DOM.pm + @${PERL} -i -pe 's/^ *use bytes;.*//;' ${WRKSRC}/lib/XML/DOM.pm .endif .include <bsd.port.post.mk> |