aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-10 12:59:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-10 12:59:36 +0000
commit744ecfac3352a5a89c9b0731e7782ef6aa337244 (patch)
tree066489f219d8ac0b5e6eb955366a5d1dd8bb53a7 /textproc/p5-XML-Parser
parent3e9a36d879aec1af280d740a5090d0a51d99b062 (diff)
downloadports-744ecfac3352a5a89c9b0731e7782ef6aa337244.tar.gz
ports-744ecfac3352a5a89c9b0731e7782ef6aa337244.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Parser')
-rw-r--r--textproc/p5-XML-Parser/Makefile4
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>