aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-06-17 23:21:46 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-06-17 23:21:46 +0000
commit3f17fc0b1d34ea975340343961b6ddbdbae581df (patch)
treebc88e349610498300f82cdc8e725dbae0995b515 /graphics
parentfb134bb114f0f8e1fdb69ae4faa48fc02f65829c (diff)
downloadports-3f17fc0b1d34ea975340343961b6ddbdbae581df.tar.gz
ports-3f17fc0b1d34ea975340343961b6ddbdbae581df.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-soya3d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile
index 620304e7f36b..74f7f0bf24d6 100644
--- a/graphics/py-soya3d/Makefile
+++ b/graphics/py-soya3d/Makefile
@@ -54,7 +54,9 @@ CFLAGS += -fPIC
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
+ @${REINPLACE_CMD} -e \
+ 's|%%LOCALBASE%%|${LOCALBASE}|g' -e \
+ 's|/usr/include|${LOCALBASE}/include' ${WRKSRC}/setup.py
post-install:
.if !defined(NOPORTEXAMPLES)