diff options
Diffstat (limited to 'textproc/p5-XML-Parser/Makefile')
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index aace4925d7da..0721b822c931 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -47,7 +47,7 @@ post-patch: .endif post-configure: - @${PERL} -i -pe 's/^(CC = ).*/$$1 ${CC}/;' \ - -e 's/^(CCFLAGS = ).*/$$1 ${CFLAGS}/' ${WRKSRC}/Expat/Makefile + @${PERL} -i -pe 's|^(CC = ).*|$$1 ${CC}|;' \ + -e 's|^(CCFLAGS = ).*|$$1 ${CFLAGS}|' ${WRKSRC}/Expat/Makefile .include <bsd.port.mk> |