From ee3c36d290d5f1e74f57bc659a59fd42e9bf0873 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 23 Apr 2006 06:37:24 +0000 Subject: [PATCH] Don't use / as sed pattern separator since it may appear in CC --- graphics/icontact/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/icontact/Makefile b/graphics/icontact/Makefile index 445c5896757c..395338605a6f 100644 --- a/graphics/icontact/Makefile +++ b/graphics/icontact/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes MAN1= icontact.1 xvtoppm.1 post-patch: - ${REINPLACE_CMD} "s/CC=cc/CC=${CC}/g; s/CFLAGS=-O/CFLAGS=${CFLAGS}/g" \ + ${REINPLACE_CMD} "s|CC=cc|CC=${CC}|g; s|CFLAGS=-O|CFLAGS=${CFLAGS}|g" \ ${WRKSRC}/Makefile do-install: