diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 22:03:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 22:03:29 +0000 |
commit | 624a41604742ddd0024fff97de3f2476a641ff9b (patch) | |
tree | 57c33bc9c4c6d65a427a61bd4a79f06484a571bc /x11-toolkits | |
parent | 22a6bd229474f1e4ec80603884eb1d02047d72f2 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-wmdockapps/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-wmgeneral/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/py-wmdockapps/Makefile b/x11-toolkits/py-wmdockapps/Makefile index ed4cf490c69d..344412219e99 100644 --- a/x11-toolkits/py-wmdockapps/Makefile +++ b/x11-toolkits/py-wmdockapps/Makefile @@ -20,4 +20,7 @@ USE_XLIB= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +post-patch: + ${REINPLACE_CMD} 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/setup.py + .include <bsd.port.mk> diff --git a/x11-toolkits/py-wmgeneral/Makefile b/x11-toolkits/py-wmgeneral/Makefile index ed4cf490c69d..344412219e99 100644 --- a/x11-toolkits/py-wmgeneral/Makefile +++ b/x11-toolkits/py-wmgeneral/Makefile @@ -20,4 +20,7 @@ USE_XLIB= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +post-patch: + ${REINPLACE_CMD} 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/setup.py + .include <bsd.port.mk> |