summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-09 08:51:58 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-09 08:51:58 +0000
commit0c38bbcda3930887c4f16dba0dc97226439204c6 (patch)
tree51e4df68a1ddd462b0ef1b4e468c08359c8ce9b9 /graphics
parentUpdate to 2006.12.08. (diff)
- Really respect X11BASE
Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=179264
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-soya3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile
index 366b460eb574..51c69d19e265 100644
--- a/graphics/py-soya3d/Makefile
+++ b/graphics/py-soya3d/Makefile
@@ -56,8 +56,8 @@ STDINTFLAG= true
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/setup.py
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/setup.py
@${REINPLACE_CMD} -e \
's|malloc.h|stdlib.h|g' \
${WRKSRC}/ode-0.5/configurator.c