diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-01 19:45:02 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-01 19:45:02 +0000 |
commit | bef0a0792bb1b450bfca435497610f7f2ec9f00d (patch) | |
tree | 2e43209c30b54fcdcf75e85f7e48d2f0c34967c1 /x11-toolkits | |
parent | e209306c4f87eeca3efa181e4342c2e906d034a1 (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/Makefile | 3 |
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 |