From ea71f3f4e5f64033bae87f66363473e6e043eabb Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Thu, 18 Jun 2009 01:07:35 +0000 Subject: [PATCH] - Fix an issue in my previous commit --- graphics/py-soya3d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 74f7f0bf24d6..43fb2ed6d37c 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -56,7 +56,7 @@ CFLAGS += -fPIC post-patch: @${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|g' -e \ - 's|/usr/include|${LOCALBASE}/include' ${WRKSRC}/setup.py + 's|/usr/include|${LOCALBASE}/include|g' ${WRKSRC}/setup.py post-install: .if !defined(NOPORTEXAMPLES)