aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-soya3d
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-06-18 01:07:35 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-06-18 01:07:35 +0000
commitea71f3f4e5f64033bae87f66363473e6e043eabb (patch)
treeaa8cb584a3bd45a3dedbdb1b43574ea874ba3905 /graphics/py-soya3d
parent17f5c1e1528e7b8c4ca321dcf29c66154347e686 (diff)
downloadports-ea71f3f4e5f64033bae87f66363473e6e043eabb.tar.gz
ports-ea71f3f4e5f64033bae87f66363473e6e043eabb.zip
- Fix an issue in my previous commit
Notes
Notes: svn path=/head/; revision=236185
Diffstat (limited to 'graphics/py-soya3d')
-rw-r--r--graphics/py-soya3d/Makefile2
1 files changed, 1 insertions, 1 deletions
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)