aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-01 19:45:02 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-01 19:45:02 +0000
commitbef0a0792bb1b450bfca435497610f7f2ec9f00d (patch)
tree2e43209c30b54fcdcf75e85f7e48d2f0c34967c1 /x11-toolkits
parente209306c4f87eeca3efa181e4342c2e906d034a1 (diff)
- Respect X11BASE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=178500
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-fltk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile
index f160ce477341..5158e2de6156 100644
--- a/x11-toolkits/py-fltk/Makefile
+++ b/x11-toolkits/py-fltk/Makefile
@@ -27,6 +27,9 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
XTRADOCS= CHANGES README TODO
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/setup.py
+
post-build:
${REINPLACE_CMD} -e "s|\.\./docs|${DOCSDIR}/html|g" ${WRKSRC}/test/help.py