diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-09 16:51:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-09 16:51:58 +0800 |
commit | 126930b6de32c5a3edd0b785f5ae2c93b4a8f234 (patch) | |
tree | b5b15de9124e5af0be1d76e8ea1b130b5b0ccc11 /graphics | |
parent | 1e441f8847d803840464f6dea27d3b623840eed3 (diff) | |
download | freebsd-ports-gnome-126930b6de32c5a3edd0b785f5ae2c93b4a8f234.tar.gz freebsd-ports-gnome-126930b6de32c5a3edd0b785f5ae2c93b4a8f234.tar.zst freebsd-ports-gnome-126930b6de32c5a3edd0b785f5ae2c93b4a8f234.zip |
- Really respect X11BASE
Approved by: portmgr (linimon)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-soya3d/Makefile | 4 |
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 |